Skip to content

Commit

Permalink
add TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewazores committed Feb 23, 2023
1 parent 8e2090d commit 2a0ffe2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/Dashboard/JvmDetails/JvmDetailsCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ export const JvmDetailsCard: React.FC<JvmDetailsCardProps> = (props) => {
const { t } = useTranslation();
const [dayjs, dateTimeFormat] = useDayjs();

// TODO handle targets requiring credentials
const [target, setTarget] = React.useState(undefined as EnhancedTarget | undefined);

React.useEffect(() => {
Expand Down

0 comments on commit 2a0ffe2

Please sign in to comment.