🐛 fix mobile dashboard loading wrong user's sketches
This commit is contained in:
parent
0baf64c402
commit
f93c07718a
1 changed files with 1 additions and 1 deletions
|
@ -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 &&
|
||||
|
|
Loading…
Reference in a new issue