Skip to content

Commit

Permalink
Remove whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
RobVermeer committed Jan 28, 2024
1 parent 51f6337 commit 74701a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/TodoItem/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ export function TodoItem({ id, text, url, completedAt, createdAt }: Props) {
: 0
const className = completed
? "opacity-40 bg-slate-200 dark:bg-slate-800"
: "bg-white dark:bg-slate-800 cursor-pointer "
: "bg-white dark:bg-slate-800 cursor-pointer"

const icon = useMemo(() => {
if (!createdAt) {
Expand Down

0 comments on commit 74701a9

Please sign in to comment.