about summary refs log tree commit diff
path: root/app/javascript/mastodon/features/picture_in_picture/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'app/javascript/mastodon/features/picture_in_picture/index.js')
-rw-r--r--app/javascript/mastodon/features/picture_in_picture/index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/javascript/mastodon/features/picture_in_picture/index.js b/app/javascript/mastodon/features/picture_in_picture/index.js
index 1e59fbcd3..01a7d43f2 100644
--- a/app/javascript/mastodon/features/picture_in_picture/index.js
+++ b/app/javascript/mastodon/features/picture_in_picture/index.js
@@ -32,7 +32,7 @@ class PictureInPicture extends React.Component {
   handleClose = () => {
     const { dispatch } = this.props;
     dispatch(removePictureInPicture());
-  }
+  };
 
   render () {
     const { type, src, currentTime, accountId, statusId } = this.props;