mirror of
https://github.com/notherealmarco/WASAPhoto.git
synced 2025-03-13 13:35:23 +01:00
Fix ProfileView making weird request when leaving the view
This commit is contained in:
parent
811a5190eb
commit
8b38411710
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ export default {
|
|||
watch: {
|
||||
'$route.params.user_id': {
|
||||
handler: function (user_id) {
|
||||
this.refresh()
|
||||
if (user_id !== null && user_id !== undefined) this.refresh()
|
||||
},
|
||||
deep: true,
|
||||
immediate: true
|
||||
|
|
Loading…
Reference in a new issue