even more cleanup
This commit is contained in:
parent
3b7c752adb
commit
c91e21e2f5
1 changed files with 1 additions and 2 deletions
|
@ -10,7 +10,6 @@ import { addAccessory } from "@api/MessageAccessories";
|
||||||
import { Devs } from "@utils/constants";
|
import { Devs } from "@utils/constants";
|
||||||
import definePlugin from "@utils/types";
|
import definePlugin from "@utils/types";
|
||||||
import { Parser, React, Text } from "@webpack/common";
|
import { Parser, React, Text } from "@webpack/common";
|
||||||
import { Message } from "discord-types/general";
|
|
||||||
|
|
||||||
let userFlags = new Map<string, Flag>();
|
let userFlags = new Map<string, Flag>();
|
||||||
|
|
||||||
|
@ -73,7 +72,7 @@ function Flag({ id }: { id: string; }) {
|
||||||
>
|
>
|
||||||
{Parser.parse(flagRegistry[flag.type].emoji)} {flag.text}
|
{Parser.parse(flagRegistry[flag.type].emoji)} {flag.text}
|
||||||
</Text>
|
</Text>
|
||||||
</div >
|
</div>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue