Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
steida committed Dec 6, 2023
1 parent d48262a commit c4264a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/components/NextJsExample.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ const TodoCategoryItem = memo<{
const { update } = useEvolu<Database>();

const handleRenameClick = (): void => {
prompt(NonEmptyString50, "Category Name", (_name) => {
prompt(NonEmptyString50, "Category Name", (name) => {
update("todoCategory", { id, name });
});
};
Expand Down

1 comment on commit c4264a5

@vercel
Copy link

@vercel vercel bot commented on c4264a5 Dec 6, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

evolu – ./

evolu-git-main-evolu.vercel.app
evolu-evolu.vercel.app
evolu.vercel.app
evolu.dev
www.evolu.dev

Please sign in to comment.