diff --git a/pages/withdrawals/[id].js b/pages/withdrawals/[id].js index 34cf4f79..601291bb 100644 --- a/pages/withdrawals/[id].js +++ b/pages/withdrawals/[id].js @@ -31,13 +31,16 @@ export default function Withdrawl () { export function WithdrawlSkeleton ({ status }) { return ( <> -
+
-
+
+
+ +
) } @@ -108,9 +111,11 @@ function LoadWithdrawl () { />
- - - +
+ + + +
) }