Skip to content

Commit 236f4f4

Browse files
committed
chore: code clean
1 parent 47b4737 commit 236f4f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/examples/maxCount.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { useNotification } from '../../src';
55
import motion from './motion';
66

77
export default () => {
8-
const [notice, contextHolder] = useNotification({ motion, maxCount: 3, top: 100 });
8+
const [notice, contextHolder] = useNotification({ motion, maxCount: 3 });
99

1010
return (
1111
<>

0 commit comments

Comments
 (0)