mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-22 12:57:01 -04:00
Merge remote-tracking branch 'upstream/dev'
This commit is contained in:
commit
18fb94d872
9 changed files with 70 additions and 50 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue