Prevent getQuotaForRegion when region undefined (#107)
* Remove unused imports * Prevent error occurring when getQuotaForRegion is called with region undefined --------- Co-authored-by: Josh Tomaino <josh@cloverleaf.me>
This commit is contained in:
@@ -1,7 +1,5 @@
|
||||
"use client";
|
||||
|
||||
import { LogOut } from "lucide-react";
|
||||
import { signOut } from "next-auth/react";
|
||||
import Link from "next/link";
|
||||
import { usePathname } from "next/navigation";
|
||||
import React from "react";
|
||||
|
Reference in New Issue
Block a user