Skip to content

Commit

Permalink
Minor edit
Browse files Browse the repository at this point in the history
  • Loading branch information
Jør∂¡ committed Feb 20, 2024
1 parent b0a3b87 commit ad03413
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/plugins/[id].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { NotFound } from "@/components/not-found";
import { plugins } from "@/plugins";

const PluginLoader: FC = () => {
const { query, push } = useRouter();
const { query } = useRouter();
const pluginId = resolveQueryParam(query.id);
const [PageComponent, setPageComponent] = useState<FC | null>(null);
const [componentLoading, setComponentLoading] = useState(true);
Expand Down

0 comments on commit ad03413

Please sign in to comment.