-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Closed #902 - Fixed bug when maps is not consecutive. Separated endpo…
…ints for stats (#904)
- Loading branch information
1 parent
9e0808c
commit 8031697
Showing
8 changed files
with
174 additions
and
119 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
import React from 'react' | ||
import Alert from '@mui/material/Alert' | ||
import AlertTitle from '@mui/material/AlertTitle' | ||
|
||
function AlertGenericError() { | ||
return ( | ||
<Alert variant='outlined' severity='error'> | ||
<AlertTitle>Opps, something went wrong</AlertTitle> | ||
Server Error 500. We apologize for the inconvenience. | ||
<br /> | ||
We are working to resolve the issue. Please attempt again shortly. | ||
</Alert> | ||
) | ||
} | ||
|
||
export default AlertGenericError |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.