🐛 fix mobile dashboard loading wrong user's sketches

This commit is contained in:
ghalestrilo 2020-08-10 11:33:43 -03:00
parent 0baf64c402
commit f93c07718a
1 changed files with 1 additions and 1 deletions

View File

@ -141,7 +141,7 @@ const MobileDashboard = ({ params, location }) => {
{panel === Tabs[0] && <SketchSearchbar />}
{panel === Tabs[1] && <CollectionSearchbar />}
</Subheader>
{renderPanel(panel, { paramsUsername, key: pathname })}
{renderPanel(panel, { username: paramsUsername, key: pathname })}
</ContentWrapper>
<Footer>
{!isExamples &&