Skip to content

Commit

Permalink
Fix loading theme for aurora treasury (#230)
Browse files Browse the repository at this point in the history
  • Loading branch information
Megha-Dev-19 committed Jan 23, 2025
1 parent 930df0d commit d8e141a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ return (
/>
<div className="card rounded-4 w-100 h-100 py-3">
<div className="card-title px-3 pb-3">Theme & Logo</div>
{!metadata ? (
{!config ? (
<div
className="d-flex justify-content-center align-items-center w-100 h-100"
style={{ minHeight: 300 }}
Expand Down

0 comments on commit d8e141a

Please sign in to comment.