Loading frontend/src/components/ExerciseList/index.tsx +2 −0 Original line number Diff line number Diff line Loading @@ -9,6 +9,8 @@ import { Table } from '@inject/shared' import type { FC } from 'react' import { useMemo } from 'react' // TODO: FIX ANALYST SELECTING EXERCISE const selected = css` background-color: ${Colors.BLUE3}1a !important; color: ${Colors.BLUE1}; Loading Loading
frontend/src/components/ExerciseList/index.tsx +2 −0 Original line number Diff line number Diff line Loading @@ -9,6 +9,8 @@ import { Table } from '@inject/shared' import type { FC } from 'react' import { useMemo } from 'react' // TODO: FIX ANALYST SELECTING EXERCISE const selected = css` background-color: ${Colors.BLUE3}1a !important; color: ${Colors.BLUE1}; Loading