Skip to content

Commit

Permalink
chore(prettier): fix unformatted files 🤖 ✨ (#5399)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
ecospark[bot] and github-actions[bot] authored Dec 20, 2023
1 parent 87895f1 commit 6bd95d6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@
"children": [
{
"_type": "span",
"marks": [
"strong"
],
"marks": ["strong"],
"text": "Heading in bold",
"_key": "randomKey00"
}
Expand Down Expand Up @@ -274,9 +272,7 @@
"children": [
{
"_type": "span",
"marks": [
"strong"
],
"marks": ["strong"],
"text": "Simple bullet list",
"_key": "randomKey170"
}
Expand Down Expand Up @@ -413,4 +409,4 @@
"listItem": "bullet",
"level": 1
}
]
]
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 @@ -763,9 +763,7 @@ export class VisionGui extends React.PureComponent<VisionGuiProps, VisionGuiStat
<Box flex={1}>
<TextInput readOnly type="url" ref={this._operationUrlElement} value={url} />
</Box>
<Tooltip
content={t('action.copy-url-to-clipboard')}
>
<Tooltip content={t('action.copy-url-to-clipboard')}>
<Button
aria-label={t('action.copy-url-to-clipboard')}
type="button"
Expand Down

2 comments on commit 6bd95d6

@vercel
Copy link

@vercel vercel bot commented on 6bd95d6 Dec 20, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

performance-studio – ./

performance-studio.sanity.build
performance-studio-git-next.sanity.build

@vercel
Copy link

@vercel vercel bot commented on 6bd95d6 Dec 20, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

test-studio – ./

test-studio.sanity.build
test-studio-git-next.sanity.build

Please sign in to comment.