mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-01 20:04:09 +03:00
frontend tweak
This commit is contained in:
parent
1a83fd9669
commit
a18bc25dd1
@ -286,8 +286,11 @@ module.exports = name("Claim", FromStore("pass", function(arg) {
|
||||
defaultValue: pass,
|
||||
onInputPass: Actions.setPasscode
|
||||
}), pass ? rele(Balance, {
|
||||
key: "balance",
|
||||
pass: pass
|
||||
}) : p({}, h3({}, "Convert an old ticket"), rele(Recycling, {})));
|
||||
}) : p({
|
||||
key: "recycle"
|
||||
}, h3({}, "Convert an old ticket"), rele(Recycling, {})));
|
||||
}));
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user