Skip to content

Commit

Permalink
Lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
thecalcc committed Nov 14, 2024
1 parent a4c889c commit 1a18bf6
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ export default class TranslationFooter extends React.Component<IProps, IState> {
getId={({_id}) => _id}
valueTemplate={({label}) => <span>{gettext('To: {{ language }}', {language: label})}</span>}
getLabel={({label}) => label}
zIndex={1050}
getOptions={() => availableLanguages.map((language) => ({value: language}))}
kind="synchronous"
onChange={(value) => {
Expand Down

0 comments on commit 1a18bf6

Please sign in to comment.