Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/dev' into immediate-finds
Browse files Browse the repository at this point in the history
  • Loading branch information
Nuckyz committed May 5, 2024
2 parents 043675f + b98544e commit 17397db
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 17397db

Please sign in to comment.