services logic
This commit is contained in:
@ -48,12 +48,14 @@ export default function Loading({
|
||||
)}
|
||||
</DialogTitle>
|
||||
{didFail ? (
|
||||
<DialogDescription>
|
||||
<DialogDescription className="pt-2">
|
||||
Try again in a minute, or contact @ishaandey_ on Twitter/X if it
|
||||
still doesn't work.
|
||||
</DialogDescription>
|
||||
) : description ? (
|
||||
<DialogDescription>{description}</DialogDescription>
|
||||
<DialogDescription className="pt-2">
|
||||
{description}
|
||||
</DialogDescription>
|
||||
) : null}
|
||||
</DialogHeader>
|
||||
</DialogContent>
|
||||
|
Reference in New Issue
Block a user