-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
added Address below fund input + removed width=500 from fund and exec… #150
Conversation
This pull request is being automatically deployed with Vercel (learn more). 🔍 Inspect: https://vercel.com/1hive/quests/13K8rbYkjHL1Atnhtb2fbWtNipoC |
Codecov Report
@@ Coverage Diff @@
## main #150 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 2 2
Lines 25 25
Branches 5 5
=========================================
Hits 25 25 Continue to review full report at Codecov.
|
@@ -136,7 +137,6 @@ export default function FundModal({ quest, onClose = noop }: Props) { | |||
]} | |||
onClose={() => closeModal(false)} | |||
isOpen={opened} | |||
width={500} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@@ -151,6 +151,7 @@ export default function FundModal({ quest, onClose = noop }: Props) { | |||
value={values.fundAmount} | |||
wide | |||
/> | |||
<AddressFieldInput id="address" value={quest.address} isLoading={loading} /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
you should label it like : label="Quest address"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Only missing the execute claim
…ute claim