Fix nested <div> within <p> error

This commit is contained in:
Justin 2022-08-31 14:31:31 -04:00
parent f39e811db5
commit 0940896448
1 changed files with 1 additions and 1 deletions

View File

@ -162,7 +162,7 @@ const ScrollableList = React.forwardRef<VirtuosoHandle, IScrollableList>(({
{isLoading ? (
<Spinner />
) : (
<Text>{emptyMessage}</Text>
emptyMessage
)}
</Card>
</div>