fix: Various React errors in console
This commit is contained in:
@@ -66,9 +66,11 @@ class Collections extends React.Component<Props> {
|
||||
/>
|
||||
))}
|
||||
<SidebarLink
|
||||
to="/collections"
|
||||
onClick={this.props.onCreateCollection}
|
||||
icon={<PlusIcon />}
|
||||
label="New collection…"
|
||||
exact
|
||||
/>
|
||||
</Flex>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user