Skip to content

Commit

Permalink
resolve comments
Browse files Browse the repository at this point in the history
  • Loading branch information
johanah29 committed Nov 8, 2024
1 parent 9fdc0ef commit a52bb5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openbas-front/src/admin/components/payloads/Payload.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const useStyles = makeStyles(() => ({
}));

interface Props {
selectedPayload: PayloadStore;
selectedPayload: PayloadStore | null;
}

const Payload: FunctionComponent<Props> = ({
Expand Down

0 comments on commit a52bb5c

Please sign in to comment.