Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
patricklafrance committed Dec 5, 2023
1 parent 22828d9 commit c6f12e4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion samples/basic/shell/src/toast.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ export function ToastProvider({ children, ...props }: ToastProviderProps) {

const showToast = useCallback((text: string) => {
state.add(text, { timeout: 5000 });
state.add(text);
}, [state]);

return (
Expand Down

0 comments on commit c6f12e4

Please sign in to comment.