mirror of
https://github.com/romancm/gamebrary
synced 2024-12-18 15:23:14 +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">
|
<template lang="html">
|
||||||
<modal title="Settings">
|
<modal title="Settings">
|
||||||
<gravatar :email="user.email" class="avatar" />
|
<gravatar :email="user.email" class="avatar" v-if="user && user.email" />
|
||||||
|
|
||||||
<div
|
<div
|
||||||
slot="content"
|
slot="content"
|
||||||
|
|
Loading…
Reference in a new issue