Skip to content

Commit

Permalink
flow fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
vsubhuman committed Oct 7, 2023
1 parent d60d430 commit e730b5d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ class SettingsMenu extends Component<Props & InjectedLayoutProps> {
className: 'levelOfComplexity',
},
{
label: intl.formatMessage(messages.analytics),
label: intl.formatMessage(settingsMenuMessages.analytics),
route: ROUTES.SETTINGS.ANALYTICS,
className: 'analytics',
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

const RevampFormControl = {
styleOverrides: {
root: ({ theme }) => ({
root: ({ theme }: any): any => ({
paddingBottom: '20px',
marginBottom: '10px',
marginTop: '7px',
Expand Down

0 comments on commit e730b5d

Please sign in to comment.