From 282ed16f0db78f6feee0216307b9a3903b305953 Mon Sep 17 00:00:00 2001 From: Daniel Date: Thu, 30 Jan 2025 23:28:32 +0100 Subject: [PATCH] fix: Remove commented code --- webapp/IronCalc/src/components/formulabar.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/webapp/IronCalc/src/components/formulabar.tsx b/webapp/IronCalc/src/components/formulabar.tsx index b3ddc95..913730c 100644 --- a/webapp/IronCalc/src/components/formulabar.tsx +++ b/webapp/IronCalc/src/components/formulabar.tsx @@ -135,7 +135,6 @@ const AddressContainer = styled("div")` display: flex; font-weight: 600; flex-grow: row; - // min-width: ${headerColumnWidth}px; `; const CellBarAddress = styled("div")`