Skip to content

Commit 3ed8727

Browse files
committed
linter fix
1 parent 50c57e4 commit 3ed8727

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/internal/components/Toast.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ export function Toast({
6262
'flex items-center justify-between rounded-lg',
6363
'p-2 shadow-[0px_8px_24px_0px_rgba(0,0,0,0.12)]',
6464
animationClass,
65-
className
65+
className,
6666
)}
6767
data-testid="ockToast"
6868
>

0 commit comments

Comments
 (0)