Skip to content

Commit

Permalink
ReviewDB: Fix context menus being added to folders (Vendicated#2416)
Browse files Browse the repository at this point in the history
  • Loading branch information
Faf4a authored May 5, 2024
1 parent bc68bc0 commit b98544e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/plugins/reviewDB/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ import { settings } from "./settings";
import { showToast } from "./utils";

const guildPopoutPatch: NavContextMenuPatchCallback = (children, { guild }: { guild: Guild, onClose(): void; }) => {
if (!guild) return;
children.push(
<Menu.MenuItem
label="View Reviews"
Expand Down

0 comments on commit b98544e

Please sign in to comment.