Skip to content

Commit 1cd0ca2

Browse files
committed
Cell - update story name
1 parent 04a885b commit 1cd0ca2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stories/Cell.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export default {
77
title: 'Cell',
88
};
99

10-
export const WithSidebarItemsList = (props?: Partial<Props>) => {
10+
export const BaseCell = (props?: Partial<Props>) => {
1111
const [isLoading, setIsLoading] = useState(false);
1212
const [percentComplete, setPercentComplete] = useState(0);
1313

0 commit comments

Comments
 (0)