fix(frontend): Correct JSX structure in MetrcDashboardPage.tsx
This commit is contained in:
parent
4a2533f121
commit
244f504f89
1 changed files with 3 additions and 2 deletions
|
|
@ -528,5 +528,6 @@ export default function MetrcDashboardPage() {
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue