mirror of
https://github.com/lemeow125/Borrowing-TrackerFrontend.git
synced 2025-09-16 20:49:36 +08:00
Fix equipment tally page
This commit is contained in:
parent
b5f4fc7326
commit
e589588d8c
2 changed files with 67 additions and 69 deletions
|
@ -38,14 +38,16 @@ export default function TechnicianWidgets() {
|
|||
if (isLoading) {
|
||||
return (
|
||||
<>
|
||||
<CircularProgress style={{ height: "128px", width: "128px" }} />
|
||||
<CircularProgress
|
||||
style={{ marginTop: "8px", height: "128px", width: "128px" }}
|
||||
/>
|
||||
<p
|
||||
style={{
|
||||
...styles.text_dark,
|
||||
...styles.text_L,
|
||||
}}
|
||||
>
|
||||
Loading
|
||||
Loading widgets...
|
||||
</p>
|
||||
</>
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue