Skip to content

Commit

Permalink
chore: ran lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
darkadept committed Apr 1, 2024
1 parent 6a4af37 commit bfed486
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions packages/controls/src/inputs/TableInput/LocalTimeEditCell.tsx
@@ -1,10 +1,10 @@
import type {LocalTime} from '@js-joda/core';
import debug from 'debug';
import {useState} from 'react';
import type {TableCellProps} from './TableInput';
import {LocalTimePicker} from '../../date/LocalTimePicker';
import type {TableCellProps} from './TableInput';

const d = debug('thx.controls.inputs.TableInput.LocalDateEditCell');
const d = debug('thx.controls.inputs.TableInput.LocalTimeEditCell');

export function LocalTimeEditCell<D extends Record<string, unknown>>() {
return function LocalTimeEditCellFn(props: TableCellProps<D, LocalTime | null>) {
Expand Down
2 changes: 1 addition & 1 deletion packages/controls/src/inputs/TableInput/main.story.tsx
Expand Up @@ -11,9 +11,9 @@ import {LocalDateEditCell} from './LocalDateEditCell';
import {MoneyCell} from './MoneyCell';
import {MoneyEditCell} from './MoneyEditCell';
import {MoneySumFooter} from './MoneySumFooter';
import {NumberEditCell} from './NumberEditCell';
import {StringEditCell} from './StringEditCell';
import {TableInput} from './TableInput';
import {NumberEditCell} from './NumberEditCell';

const d = debug('thx.controls.inputs.TableInput.main.story');

Expand Down

0 comments on commit bfed486

Please sign in to comment.