Merge branch 'dev'
This commit is contained in:
commit
843b2683f6
1 changed files with 1 additions and 1 deletions
|
@ -182,7 +182,7 @@ const AdminBody: React.FC = () => {
|
|||
usersFetching ||
|
||||
roomsCountFetching ||
|
||||
votesCountFetching ? (
|
||||
<button className="btn btn-primary loading">Fetching...</button>
|
||||
<span className="loading loading-dots loading-lg"></span>
|
||||
) : (
|
||||
<button className="btn btn-primary" onClick={() => void refetchData()}>
|
||||
Re-fetch
|
||||
|
|
Loading…
Add table
Reference in a new issue