Skip to content

Commit dedb183

Browse files
author
Sine Jespersen
committed
5389: add ? to classnames
1 parent a1e31d3 commit dedb183

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/stories/Library/card-list-page/ResultPager.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { Button } from "../Buttons/button/Button";
33
interface ResultPagerProps {
44
currentResults: number;
55
totalResults: number;
6-
classNames: string;
6+
classNames?: string;
77
}
88

99
const ResultPager = ({

0 commit comments

Comments
 (0)