Skip to content

Commit

Permalink
fix: enabled permissions component
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholaswma committed Jul 11, 2024
1 parent 7859f81 commit 663b2a9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/routes/auth/connect.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ import { CheckIcon, CloseIcon } from "@iconicicons/react";
import { ToggleSwitch } from "~routes/popup/subscriptions/subscriptionDetails";
import { defaultAllowance } from "~applications/allowance";
import Arweave from "arweave";
// import Permissions from "../../components/auth/Permissions";
import Permissions from "../../components/auth/Permissions";

export default function Connect() {
// active address
Expand Down Expand Up @@ -342,10 +342,10 @@ export default function Connect() {
</PermissionsContent>
) : (
<>
{/* <Permissions
<Permissions
requestedPermissions={requestedPermCopy}
update={setRequestedPermissions}
/> */}
/>
</>
)}
</>
Expand Down

0 comments on commit 663b2a9

Please sign in to comment.