Skip to content

Commit

Permalink
🐛 Fix undefined creator in iscn widget when not logged in (#1502)
Browse files Browse the repository at this point in the history
  • Loading branch information
williamchong authored Feb 22, 2021
1 parent 0b5c634 commit 9fa04b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/in/widget/iscn/dev/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
</div>

<div
v-if="getUserInfo"
v-if="getUserInfo && getUserInfo.user"
class="likepay-panel__section-meta"
>
<div class="likepay-panel__section-meta-label">
Expand Down

0 comments on commit 9fa04b0

Please # to comment.