diff --git a/src/Components/Tailwind/Table.tsx b/src/Components/Tailwind/Table.tsx index fc4e242..ae982bb 100644 --- a/src/Components/Tailwind/Table.tsx +++ b/src/Components/Tailwind/Table.tsx @@ -1,7 +1,9 @@ import {ChangeEvent, useState, useMemo, useRef} from 'react'; import { ArrowSmallLeftIcon, + BanknotesIcon, CheckCircleIcon, + ExclamationCircleIcon, MagnifyingGlassIcon, UserGroupIcon, XMarkIcon, @@ -169,7 +171,11 @@ function Row({fullName, checkedIn, state, onClick, isEven}: RowProps) { > {fullName} - {checkedIn && } +
+ {state === 'pending' && } + {state === 'unpaid' && } + {checkedIn && } +