Skip to content

Commit f93c077

Browse files
committed
🐛 fix mobile dashboard loading wrong user's sketches
1 parent 0baf64c commit f93c077

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/modules/Mobile/MobileDashboardView.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ const MobileDashboard = ({ params, location }) => {
141141
{panel === Tabs[0] && <SketchSearchbar />}
142142
{panel === Tabs[1] && <CollectionSearchbar />}
143143
</Subheader>
144-
{renderPanel(panel, { paramsUsername, key: pathname })}
144+
{renderPanel(panel, { username: paramsUsername, key: pathname })}
145145
</ContentWrapper>
146146
<Footer>
147147
{!isExamples &&

0 commit comments

Comments
 (0)