diff --git a/app/soapbox/components/material_status.js b/app/soapbox/components/material_status.js index 25fd24e05..6454497c5 100644 --- a/app/soapbox/components/material_status.js +++ b/app/soapbox/components/material_status.js @@ -19,9 +19,9 @@ export default class MaterialStatus extends React.Component { } return ( -
-
- +
+
+
); diff --git a/app/soapbox/components/status.js b/app/soapbox/components/status.js index 2b4c43bc3..a3efe15b8 100644 --- a/app/soapbox/components/status.js +++ b/app/soapbox/components/status.js @@ -93,6 +93,11 @@ class Status extends ImmutablePureComponent { group: ImmutablePropTypes.map, displayMedia: PropTypes.string, allowedEmoji: ImmutablePropTypes.list, + focusable: PropTypes.bool, + }; + + static defaultProps = { + focusable: true, }; // Avoid checking props that are functions (and whose equality will always @@ -336,7 +341,7 @@ class Status extends ImmutablePureComponent { return ( -
+
@@ -490,7 +495,7 @@ class Status extends ImmutablePureComponent { return ( -
+
{prepend}