@@ -23,12 +33,16 @@ const Hero = () => {
participate in funding rounds.
-
+ {isAccountListLoading
+ ? null
+ : randomProjectAccountId && (
+
+ )}
{!loading && (
@@ -153,7 +129,11 @@ export const DonationConfirmation: React.FC
= ({
const isSpecified = typeof field.value === "string";
return (
-
+