mirror of
https://github.com/hzrd149/nostrudel.git
synced 2025-09-26 19:47:25 +02:00
small fix for publish modal
This commit is contained in:
@@ -54,7 +54,7 @@ export function PublishDetails({ pub }: PostResultsProps & Omit<FlexProps, "chil
|
|||||||
result ? (
|
result ? (
|
||||||
<PublishResultRow key={url} result={result} />
|
<PublishResultRow key={url} result={result} />
|
||||||
) : (
|
) : (
|
||||||
<Alert status="info">
|
<Alert key={url} status="info">
|
||||||
<Spinner mr="2" />
|
<Spinner mr="2" />
|
||||||
<Box>
|
<Box>
|
||||||
<AlertTitle>
|
<AlertTitle>
|
||||||
|
Reference in New Issue
Block a user