Skip to content

Commit

Permalink
Remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Anahkiasen committed Jul 19, 2024
1 parent 17d5ddf commit e6d3ea6
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@ export const IntegrationSettings = ({
onConfirmLeaveTab,
onCancelLeaveTab,
partnerStatus,
...rest
}: Props) => {
const { t } = useTranslation();
const [status, setStatus] = useState<"idle" | "success" | "error">("idle");
Expand Down

0 comments on commit e6d3ea6

Please sign in to comment.