From 9771f8fd874f90bbeb143bf64074be3ebca02dc2 Mon Sep 17 00:00:00 2001 From: ghalestrilo Date: Wed, 5 Aug 2020 14:56:24 -0300 Subject: [PATCH] :construction: make sketchlist route to /mobile if on mobile views --- client/modules/IDE/components/SketchList.jsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/client/modules/IDE/components/SketchList.jsx b/client/modules/IDE/components/SketchList.jsx index 9fa5d478..f69d802e 100644 --- a/client/modules/IDE/components/SketchList.jsx +++ b/client/modules/IDE/components/SketchList.jsx @@ -262,6 +262,8 @@ class SketchListRowBase extends React.Component { url = `/${username}/sketches/${slugify(sketch.name, '_')}`; } + if (this.props.mobile) url = `/mobile${url}`; + const name = (