Skip to content

Commit

Permalink
misc: design change to finalize scim section in org settings
Browse files Browse the repository at this point in the history
  • Loading branch information
sheensantoscapadngan committed Jun 27, 2024
1 parent b3463e0 commit 92a663a
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ import { usePopUp } from "@app/hooks/usePopUp";
import { ScimTokenModal } from "./ScimTokenModal";

export const OrgScimSection = () => {

const { currentOrg } = useOrganization();
const { subscription } = useSubscription();
const { popUp, handlePopUpOpen, handlePopUpToggle } = usePopUp([
Expand Down Expand Up @@ -59,7 +58,6 @@ export const OrgScimSection = () => {

return (
<>
<hr className="border-mineshaft-600" />
<div className="py-4">
<div className="mb-2 flex items-center justify-between">
<h2 className="text-md text-mineshaft-100">SCIM</h2>
Expand Down

0 comments on commit 92a663a

Please sign in to comment.