Skip to content

Commit 6f08d44

Browse files
committed
remove warning for missing required prop
1 parent ea5e551 commit 6f08d44

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

client/routes.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ const routes = (
6969
component={CollectionView}
7070
/>
7171
<Route path="/:username/collections" component={DashboardView} />
72-
<Route path="/sketches" />
73-
<Route path="/assets" />
72+
<Route path="/sketches" component={DashboardView} />
73+
<Route path="/assets" component={DashboardView} />
7474
<Route path="/account" component={AccountView} />
7575
<Route path="/about" component={IDEView} />
7676
<Route path="/privacy-policy" component={PrivacyPolicy} />

0 commit comments

Comments
 (0)