fix: Various React errors in console

This commit is contained in:
Tom Moor
2020-04-05 13:27:11 -07:00
parent 98b5350c65
commit 9d8e99400f
3 changed files with 8 additions and 2 deletions

View File

@@ -66,9 +66,11 @@ class Collections extends React.Component<Props> {
/>
))}
<SidebarLink
to="/collections"
onClick={this.props.onCreateCollection}
icon={<PlusIcon />}
label="New collection…"
exact
/>
</Flex>
);