diff --git a/app/soapbox/components/blurhash.js b/app/soapbox/components/blurhash.js
index 2af5cfc56..0bab022f8 100644
--- a/app/soapbox/components/blurhash.js
+++ b/app/soapbox/components/blurhash.js
@@ -56,7 +56,7 @@ function Blurhash({
}
Blurhash.propTypes = {
- hash: PropTypes.string.isRequired,
+ hash: PropTypes.string,
width: PropTypes.number,
height: PropTypes.number,
dummy: PropTypes.bool,
diff --git a/app/soapbox/features/ui/components/profile_info_panel.js b/app/soapbox/features/ui/components/profile_info_panel.js
index cb8a7ed76..c32bfc42e 100644
--- a/app/soapbox/features/ui/components/profile_info_panel.js
+++ b/app/soapbox/features/ui/components/profile_info_panel.js
@@ -131,7 +131,7 @@ class ProfileInfoPanel extends ImmutablePureComponent {
{fields.map((pair, i) =>
isTicker(pair.get('name', '')) ? (
-