diff --git a/src/app/shell/ErrorPanel.tsx b/src/app/shell/ErrorPanel.tsx index 7c287a668..424b89f22 100644 --- a/src/app/shell/ErrorPanel.tsx +++ b/src/app/shell/ErrorPanel.tsx @@ -61,7 +61,7 @@ export default function ErrorPanel({ underlyingError instanceof BungieError || underlyingError instanceof HttpStatusError ); - if (message?.includes('toSorted')) { + if (message?.includes('toSorted') || message?.includes('toReversed')) { title = t('ErrorPanel.BrowserTooOldTitle'); name = 'BrowserTooOld'; message = t('ErrorPanel.BrowserTooOld');