diff --git a/src/components/Post/Embed/index.tsx b/src/components/Post/Embed/index.tsx
index 4cb16cce9..ab0205cf4 100644
--- a/src/components/Post/Embed/index.tsx
+++ b/src/components/Post/Embed/index.tsx
@@ -175,14 +175,14 @@ function RecordEmbed({
case 'post_not_found': {
return (
- Deleted
+ Deleted
)
}
case 'post_blocked': {
return (
- Blocked
+ Blocked
)
}
@@ -208,9 +208,9 @@ export function PostDetachedEmbed({
return (
{isViewerOwner ? (
- Removed by you
+ Removed by you
) : (
- Removed by author
+ Removed by author
)}
)
diff --git a/src/screens/Settings/ExperimentalSettings.tsx b/src/screens/Settings/ExperimentalSettings.tsx
index 69cbe8046..1c36eb448 100644
--- a/src/screens/Settings/ExperimentalSettings.tsx
+++ b/src/screens/Settings/ExperimentalSettings.tsx
@@ -91,14 +91,15 @@ export function ExperimentalSettingsScreen({}: Props) {
setDirectFetchRecords(value)}
style={[a.w_full]}>
- Fetch records directly from PDS to see through quote blocks
+ FIXME: Fetch records directly from PDS to see through quote
+ blocks