diff --git a/webapp/IronCalc/src/components/CellContextMenu.tsx b/webapp/IronCalc/src/components/CellContextMenu.tsx
index 9488583..b51d549 100644
--- a/webapp/IronCalc/src/components/CellContextMenu.tsx
+++ b/webapp/IronCalc/src/components/CellContextMenu.tsx
@@ -194,6 +194,7 @@ const CellContextMenu = (properties: CellContextMenuProps) => {
{t("cell_context.freeze_rows", { row })}
+
{
onUnfreezeColumns();