diff --git a/client/src/components/Budget/CostsPanel.tsx b/client/src/components/Budget/CostsPanel.tsx index 333f24d6..568ec14d 100644 --- a/client/src/components/Budget/CostsPanel.tsx +++ b/client/src/components/Budget/CostsPanel.tsx @@ -528,11 +528,16 @@ export default function CostsPanel({ tripId, tripMembers = [] }: CostsPanelProps const isUnfinished = baseTotal(e) > 0 && payers.length === 0 return (
- + + + {isMobile && isUnfinished && ( + ! + )} +
{e.name} - {isUnfinished && ( + {isUnfinished && !isMobile && ( ! {t('costs.unfinished')}