Skip to content

Commit

Permalink
fix example
Browse files Browse the repository at this point in the history
  • Loading branch information
GSTJ committed Dec 14, 2024
1 parent e6018d9 commit 5889635
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/kitchen-sink/src/components/Toast.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export const showToast = async () => {
style: {
justifyContent: "flex-start",
},
});
}).promise;

// eslint-disable-next-line no-console
console.log("Toast closed with response:", toastResponse);
Expand Down

0 comments on commit 5889635

Please sign in to comment.