From f93c07718a78a4c668dc31fa14a3a710d2c97ac0 Mon Sep 17 00:00:00 2001 From: ghalestrilo Date: Mon, 10 Aug 2020 11:33:43 -0300 Subject: [PATCH] :bug: fix mobile dashboard loading wrong user's sketches --- client/modules/Mobile/MobileDashboardView.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/modules/Mobile/MobileDashboardView.jsx b/client/modules/Mobile/MobileDashboardView.jsx index a2e2c228..1b371469 100644 --- a/client/modules/Mobile/MobileDashboardView.jsx +++ b/client/modules/Mobile/MobileDashboardView.jsx @@ -141,7 +141,7 @@ const MobileDashboard = ({ params, location }) => { {panel === Tabs[0] && } {panel === Tabs[1] && } - {renderPanel(panel, { paramsUsername, key: pathname })} + {renderPanel(panel, { username: paramsUsername, key: pathname })}