Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeruCodes committed Nov 5, 2024
1 parent 6d3e346 commit acdf20d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ssr/src/page/token/info.rs
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ pub fn TokenInfo() -> impl IntoView {
.request_airdrop(
root,
None,
Into::<Nat>::into(airdrop_amt.airdrop_amt.clone())
Into::<Nat>::into(airdrop_amt.airdrop_amt)
* 10u64.pow(
meta.as_ref()
.ok_or(ServerFnError::new(
Expand Down Expand Up @@ -321,7 +321,7 @@ fn AirdropPopup(
</div>
<div class="self-stretch text-center">
<span class="text-white text-xl font-bold font-['Kumbh Sans'] leading-[30px]">
{format!("{} {}", amt.to_string(), metadata.symbol)} <br/>
{format!("{} {}", amt, metadata.symbol)} <br/>
</span>
<span class="text-[#1ec981] text-xl font-bold font-['Kumbh Sans'] leading-[30px]">
{airdrop_status}
Expand Down

0 comments on commit acdf20d

Please sign in to comment.