diff --git a/components/GridRep/index.tsx b/components/GridRep/index.tsx
index 9920c269..c19b6515 100644
--- a/components/GridRep/index.tsx
+++ b/components/GridRep/index.tsx
@@ -110,17 +110,17 @@ const GridRep = (props: Props) => {
}
const userImage = () => {
- if (props.user)
+ if (props.user && props.user.picture) {
return (
)
- else return