Skip to content

Commit

Permalink
fixed linting issue(s)
Browse files Browse the repository at this point in the history
  • Loading branch information
sharath-1517 committed Dec 23, 2024
1 parent c488752 commit 4e2cba9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
export let isIndependentOfSheet: $$Props['isIndependentOfSheet'];
export let showTruncationPopover: $$Props['showTruncationPopover'] = false;
const isMoneyCell: boolean = true;
const isMoneyCell = true;
</script>

<SteppedInputCell
Expand Down

0 comments on commit 4e2cba9

Please sign in to comment.