mirror of
https://github.com/bluewave-labs/Checkmate.git
synced 2026-01-07 18:29:41 -06:00
Add validation for the status prop
This commit is contained in:
@@ -34,7 +34,7 @@ const Host = ({ url, title, percentageColor, percentage, showURL, status }) => {
|
||||
{title}
|
||||
</Typography>
|
||||
|
||||
{percentageColor && percentage && (
|
||||
{percentageColor && percentage && status && (
|
||||
<>
|
||||
<Dot />
|
||||
<Typography
|
||||
|
||||
Reference in New Issue
Block a user