Skip to content

Commit fd4973a

Browse files
committed
chore(components): fix toast id
1 parent c4eef75 commit fd4973a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/compass-components/src/hooks/use-toast.spec.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ const CloseToastButton = ({
4141
<button
4242
type="button"
4343
onClick={() => {
44-
closeToast(`${namespace}:${id}`, id);
44+
closeToast(`${namespace}--${id}`, id);
4545
}}
4646
>
4747
Close Toast

0 commit comments

Comments
 (0)