mirror of
https://github.com/mmjee/Piped-Material.git
synced 2024-12-06 19:26:36 +01:00
Fix redirect on /@
This commit is contained in:
@@ -9,6 +9,7 @@ export default {
|
||||
const { channelId } = this.$route.params
|
||||
if (channelId.length === 0) {
|
||||
this.$router.replace('/')
|
||||
return
|
||||
}
|
||||
this.$router.replace('/c/@' + channelId)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user