diff --git a/src/components/extra_buttons/extra_buttons.js b/src/components/extra_buttons/extra_buttons.js
index 36d199c5..e991d661 100644
--- a/src/components/extra_buttons/extra_buttons.js
+++ b/src/components/extra_buttons/extra_buttons.js
@@ -118,8 +118,7 @@ const ExtraButtons = {
         }))
     },
     showStatusHistory () {
-      let originalStatus = {}
-      Object.assign(originalStatus, this.status)
+      let originalStatus = { ...this.status }
       delete originalStatus.attachments
       delete originalStatus.created_at
       delete originalStatus.emojis