mirror of
https://github.com/romancm/gamebrary
synced 2024-12-18 07:13:07 +00:00
Gravatar null check
This commit is contained in:
parent
bc76ad90d1
commit
6b56438807
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
<template lang="html">
|
||||
<modal title="Settings">
|
||||
<gravatar :email="user.email" class="avatar" />
|
||||
<gravatar :email="user.email" class="avatar" v-if="user && user.email" />
|
||||
|
||||
<div
|
||||
slot="content"
|
||||
|
|
Loading…
Reference in a new issue