fix(frontend): Fix access to public streams in incognito

This commit is contained in:
Alan Rynne
2021-05-12 18:06:06 +02:00
parent 666e21c8ae
commit 08950fcf2a
+1 -1
View File
@@ -69,7 +69,7 @@ const routes = [
},
{
path: 'streams/:streamId',
// name: 'streams',
name: 'streams',
meta: {
title: 'Stream | Speckle'
},