Skip to content

Commit

Permalink
fix:typo
Browse files Browse the repository at this point in the history
  • Loading branch information
felixfeng33 committed Mar 24, 2024
1 parent 3374f5a commit 90124a7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/indent-list/src/injectIndentListComponent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ export const injectIndentListComponent = (
}

if (isTodo) {
console.log(1, 'fj');
const className = clsx('slate-list-todo');
const checked = element[KEY_LIST_CHECKED] as boolean;
const style: React.CSSProperties = {
Expand Down

0 comments on commit 90124a7

Please sign in to comment.