From 7de0fa698dcdb6bd237b260fd42b1ce9bfc7191e Mon Sep 17 00:00:00 2001 From: Ondřej Hruška Date: Sun, 6 Aug 2017 20:59:53 +0200 Subject: Updated glitch files to use the new Avatar class correctly --- app/javascript/glitch/components/status/header.js | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) (limited to 'app/javascript/glitch/components/status/header.js') diff --git a/app/javascript/glitch/components/status/header.js b/app/javascript/glitch/components/status/header.js index 5ce59fba4..bdb868e4d 100644 --- a/app/javascript/glitch/components/status/header.js +++ b/app/javascript/glitch/components/status/header.js @@ -216,16 +216,9 @@ if we have a `friend` and a normal `` if we don't. >
{ friend ? ( - + ) : ( - + ) }
-- cgit