refactor: remove unused data

This commit is contained in:
Carlos Valente
2025-07-16 07:25:12 +02:00
committed by Carlos Valente
parent ef906f43d7
commit 66a4e27fdd
2 changed files with 0 additions and 16 deletions
@@ -28,8 +28,6 @@ interface EventRowProps {
rowBgColour?: string;
parentBgColour?: string;
table: Table<OntimeEntry>;
/** hack to force re-rendering of the row when the column sizes change */
columnHash: string;
firstAfterBlock: boolean;
}