Skip to content

Commit

Permalink
chore(prettier): fix unformatted files 🤖 ✨
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jan 4, 2024
1 parent b018193 commit 51d86c3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/@sanity/vision/src/components/VisionGui.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -686,9 +686,7 @@ export class VisionGui extends React.PureComponent<VisionGuiProps, VisionGuiStat
<StyledLabel>{t('settings.api-version-label')}</StyledLabel>
</Card>
<Select
value={
customApiVersion === false ? apiVersion : 'other'
}
value={customApiVersion === false ? apiVersion : 'other'}
onChange={this.handleChangeApiVersion}
>
{API_VERSIONS.map((version) => (
Expand Down

0 comments on commit 51d86c3

Please sign in to comment.