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