mirror of
https://github.com/hzrd149/nostrudel.git
synced 2025-09-26 11:37:40 +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 ? (
|
||||
<PublishResultRow key={url} result={result} />
|
||||
) : (
|
||||
<Alert status="info">
|
||||
<Alert key={url} status="info">
|
||||
<Spinner mr="2" />
|
||||
<Box>
|
||||
<AlertTitle>
|
||||
|
Reference in New Issue
Block a user