Skip to content

Commit 27f7d9c

Browse files
committed
Improove flow
1 parent 0617caf commit 27f7d9c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/core/filters/filter-header.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ type Props = {
99
expanded: boolean,
1010
onClear: Function,
1111
onClick: Function,
12-
renderCount: Function,
12+
renderCount: (count: number) => string,
1313
};
1414

1515
const FilterHeader = (props: Props): Element<*> => {

0 commit comments

Comments
 (0)