Skip to content

Commit

Permalink
fix(frontend): fixes regression on view of pub streams
Browse files Browse the repository at this point in the history
A small comment to avoid a console warning tripped up the whole logic on being able to view public streams when not authenticated. This fixes it.
  • Loading branch information
didimitrie authored May 13, 2021
1 parent 344547d commit 4e34f84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/frontend/src/router/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ const routes = [
},
{
path: 'streams/:streamId',
// name: 'streams',
name: 'streams',
meta: {
title: 'Stream | Speckle'
},
Expand Down

0 comments on commit 4e34f84

Please sign in to comment.