From 4e2cba92a68ff9c4f49ad89e2b2a261bc8838689 Mon Sep 17 00:00:00 2001 From: Sharath Lingam Date: Mon, 23 Dec 2024 23:19:54 +0530 Subject: [PATCH] fixed linting issue(s) --- .../cell-fabric/data-types/components/money/MoneyCell.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mathesar_ui/src/components/cell-fabric/data-types/components/money/MoneyCell.svelte b/mathesar_ui/src/components/cell-fabric/data-types/components/money/MoneyCell.svelte index 4683a882a2..a07e43a380 100644 --- a/mathesar_ui/src/components/cell-fabric/data-types/components/money/MoneyCell.svelte +++ b/mathesar_ui/src/components/cell-fabric/data-types/components/money/MoneyCell.svelte @@ -15,7 +15,7 @@ export let isIndependentOfSheet: $$Props['isIndependentOfSheet']; export let showTruncationPopover: $$Props['showTruncationPopover'] = false; - const isMoneyCell: boolean = true; + const isMoneyCell = true;