diff --git a/app/javascript/flavours/glitch/components/gifv.jsx b/app/javascript/flavours/glitch/components/gifv.jsx
index 9ec201c6cc..1ce7e7c29b 100644
--- a/app/javascript/flavours/glitch/components/gifv.jsx
+++ b/app/javascript/flavours/glitch/components/gifv.jsx
@@ -46,7 +46,7 @@ export default class GIFV extends React.PureComponent {
width={width}
height={height}
role='button'
- tabIndex='0'
+ tabIndex={0}
aria-label={alt}
title={alt}
lang={lang}
@@ -57,7 +57,7 @@ export default class GIFV extends React.PureComponent {