Skip to content

Commit

Permalink
fix: for protype (#8904)
Browse files Browse the repository at this point in the history
  • Loading branch information
rupato-deriv committed Jul 10, 2023
1 parent ef2806a commit 57c7d7a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ const PlatformSwitcher = ({
PlatformSwitcher.propTypes = {
platform_config: PropTypes.array,
toggleDrawer: PropTypes.func,
current_language: PropTypes.func,
current_language: PropTypes.string,
app_routing_history: PropTypes.array,
is_landing_company_loaded: PropTypes.bool,
is_logged_in: PropTypes.bool,
Expand Down

0 comments on commit 57c7d7a

Please sign in to comment.