Skip to content

Commit

Permalink
fix: 去掉空格
Browse files Browse the repository at this point in the history
  • Loading branch information
moshangqi committed Aug 8, 2023
1 parent a0e7fb3 commit b784a49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/sandbox/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ const App = () => {
})}>
{isLogined ? (
<>
<Radio.Group value={tab} onChange={handleTabChange} style={{ marginBottom: 16 }}>
<Radio.Group value={tab} onChange={handleTabChange} style={{ marginBottom: 16 }}>
<Radio.Button value="save-to">{__i18n('剪藏')}</Radio.Button>
<Radio.Button value="other">{__i18n('其他')}</Radio.Button>
</Radio.Group>
Expand Down

0 comments on commit b784a49

Please sign in to comment.