Skip to content

Commit

Permalink
Widen the net
Browse files Browse the repository at this point in the history
  • Loading branch information
bhollis committed Jan 5, 2025
1 parent 168b1db commit 9c66df8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/shell/ErrorPanel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand Down

0 comments on commit 9c66df8

Please sign in to comment.