diff --git a/app/soapbox/components/ui/streamfield/streamfield.tsx b/app/soapbox/components/ui/streamfield/streamfield.tsx index fadcce46b..5d560bf78 100644 --- a/app/soapbox/components/ui/streamfield/streamfield.tsx +++ b/app/soapbox/components/ui/streamfield/streamfield.tsx @@ -87,10 +87,9 @@ const Streamfield: React.FC = ({ )} - {onAddItem && ( + {(onAddItem && (values.length < maxItems)) && (