mirror of
https://github.com/fosrl/pangolin.git
synced 2026-03-02 08:46:38 +00:00
only show updates number if more than one
This commit is contained in:
@@ -99,7 +99,7 @@ export default function ProductUpdates({
|
|||||||
: "opacity-0"
|
: "opacity-0"
|
||||||
)}
|
)}
|
||||||
>
|
>
|
||||||
{filteredUpdates.length > 0 && (
|
{filteredUpdates.length > 1 && (
|
||||||
<>
|
<>
|
||||||
<BellIcon className="flex-none size-3" />
|
<BellIcon className="flex-none size-3" />
|
||||||
<span>
|
<span>
|
||||||
|
|||||||
Reference in New Issue
Block a user