Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
chibongho committed Mar 6, 2024
1 parent 0daaaa5 commit 7b67726
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import { type ConfigObject } from '../config-schema';
import { mapVisitQueueEntryProperties } from './active-visits-table.resource';
import styles from './active-visits-row-actions.scss';

// table column definition containing actions user can perform to each row.
export const ActiveVisitRowActionsCell = ({ queueEntry }: QueueTableCellComponentProps) => {
const { visitQueueNumberAttributeUuid } = useConfig<ConfigObject>();

Expand Down

0 comments on commit 7b67726

Please sign in to comment.