Skip to content

Commit

Permalink
resort props
Browse files Browse the repository at this point in the history
  • Loading branch information
mattseddon committed Oct 12, 2022
1 parent 447d353 commit 9c0e81d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions webview/src/experiments/components/table/CellRowActions.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,19 +12,19 @@ import { clickAndEnterProps } from '../../../util/props'
import { Clock, StarFull, StarEmpty } from '../../../shared/components/icons'

export type CellRowActionsProps = {
bulletColor?: string
isRowSelected: boolean
showSubRowStates: boolean
starred?: boolean
status?: ExperimentStatus
subRowStates: {
selections: number
stars: number
plotSelections: number
}
toggleExperiment: () => void
toggleRowSelection: () => void
toggleStarred: () => void
bulletColor?: string
toggleExperiment: () => void
status?: ExperimentStatus
}

export type CellRowActionProps = {
Expand Down

0 comments on commit 9c0e81d

Please sign in to comment.