···11diff --git a/node_modules/@atproto/api/dist/moderation/decision.js b/node_modules/@atproto/api/dist/moderation/decision.js
22-index aaac177..f54848a 100644
22+index aaac177..d27c0be 100644
33--- a/node_modules/@atproto/api/dist/moderation/decision.js
44+++ b/node_modules/@atproto/api/dist/moderation/decision.js
55@@ -67,6 +67,8 @@ class ModerationDecision {
66 ui(context) {
77 const ui = new ui_1.ModerationUI();
88 for (const cause of this.causes) {
99-+ if (cause.label?.val === '!no-unauthenticated') continue;
99++ if (cause?.label?.val === '!no-unauthenticated') continue;
1010+
1111 if (cause.type === 'blocking' ||
1212 cause.type === 'blocked-by' ||
+10-2
src/screens/Settings/DeerSettings.tsx
···245245 </Toggle.LabelText>
246246 <Toggle.Platform />
247247 </Toggle.Item>
248248+ </SettingsList.Group>
249249+250250+ <SettingsList.Item>
248251 <Admonition type="warning" style={[a.flex_1]}>
249252 <Trans>Restart app after changing this setting.</Trans>
250253 </Admonition>
254254+ </SettingsList.Item>
255255+ <SettingsList.Item>
251256 <Admonition type="tip" style={[a.flex_1]}>
252257 <Trans>
253258 Some appviews will default to using an app labeler if you have
254254- no labelers, so consider subscribing to at least one labeler.
259259+ no labelers, so consider subscribing to at least one labeler if
260260+ you have issues.
255261 </Trans>
256262 </Admonition>
263263+ </SettingsList.Item>
264264+ <SettingsList.Item>
257265 <Admonition type="info" style={[a.flex_1]}>
258266 <Trans>
259267 App labelers are mandatory top-level labelers that can perform
···261269 labelers.
262270 </Trans>
263271 </Admonition>
264264- </SettingsList.Group>
272272+ </SettingsList.Item>
265273266274 <SettingsList.Group contentContainerStyle={[a.gap_sm]}>
267275 <SettingsList.ItemIcon icon={PaintRollerIcon} />