Skip to content

Commit

Permalink
auto lint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Advitya17 committed Nov 21, 2023
1 parent 69de142 commit 1c5047e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions libs/core-ui/src/lib/Cohort/SaveCohort/SaveCohort.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -108,9 +108,7 @@ export class SaveCohort extends React.Component<
this.props.onDismiss();
this.saveCohort(true);
}}
ariaLabel={
localization.Interpret.CohortEditor.saveAndSwitch
}
ariaLabel={localization.Interpret.CohortEditor.saveAndSwitch}
>
{localization.Interpret.CohortEditor.saveAndSwitch}
</DefaultButton>
Expand Down

0 comments on commit 1c5047e

Please sign in to comment.