Skip to content

Commit

Permalink
fix input error
Browse files Browse the repository at this point in the history
  • Loading branch information
pompurin404 committed Aug 10, 2024
1 parent 924765f commit 318fb1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderer/src/components/profiles/edit-info-modal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ const EditInfoModal: React.FC<Props> = (props) => {
}}
/>
</SettingItem>
{values.url && (
{values.type === 'remote' && (
<SettingItem title="订阅地址">
<Input
size="sm"
Expand Down

0 comments on commit 318fb1d

Please sign in to comment.