Skip to content

Commit

Permalink
chore: fix error message for unavailable platform (#8516)
Browse files Browse the repository at this point in the history
  • Loading branch information
aizad-deriv committed May 9, 2023
1 parent fc43eb8 commit a514e35
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ const ErrorComponent = ({
return (
<PageErrorContainer
error_header={header ?? ''}
error_messages={message ? message[(message, refresh_message)] : []}
error_messages={message ? [message, refresh_message] : []}
redirect_urls={[redirect_to]}
redirect_labels={[redirect_label || localize('Refresh')]}
buttonOnClick={redirectOnClick || (() => location.reload())}
Expand Down

1 comment on commit a514e35

@vercel
Copy link

@vercel vercel bot commented on a514e35 May 9, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

deriv-app – ./

binary.sx
deriv-app-git-master.binary.sx
deriv-app.vercel.app
deriv-app.binary.sx

Please sign in to comment.