Skip to content

Commit

Permalink
fix(godwoken-bridge): typo in withdrawal v0 panel
Browse files Browse the repository at this point in the history
  • Loading branch information
ShookLyngs committed Dec 22, 2022
1 parent c70ad36 commit f530f1e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export default function WithdrawalTarget({ value, onSelectedChange }: Withdrawal
<Row className="second-row">
<Radio.Group onChange={onChange} value={value}>
<Radio value={CKB_L1}>CKB L1</Radio>
<Radio value={GODWOKEN_V1}>GodWoken V1</Radio>
<Radio value={GODWOKEN_V1}>Godwoken V1</Radio>
</Radio.Group>
</Row>
</InputCard>
Expand Down

0 comments on commit f530f1e

Please sign in to comment.