diff --git a/app/soapbox/features/report/components/status_check_box.js b/app/soapbox/features/report/components/status_check_box.js
index c3853736f..c8e5984a2 100644
--- a/app/soapbox/features/report/components/status_check_box.js
+++ b/app/soapbox/features/report/components/status_check_box.js
@@ -48,6 +48,22 @@ export default class StatusCheckBox extends React.PureComponent {
)}
);
+ } else if (status.getIn(['media_attacjments', 0, 'type']) === 'audio') {
+ const audio = status.getIn(['media_attachments', 0]);
+
+ media = (
+
+ {Component => (
+
+ )}
+
+ );
} else {
media = (