dont manage the style

This commit is contained in:
Luna 2024-05-29 18:38:02 -04:00
parent bff27a91cb
commit c8fa84b8a5

View file

@ -15,7 +15,7 @@ import definePlugin, { OptionType } from "@utils/types";
import { useEffect, UserProfileStore, useStateFromStores } from "@webpack/common";
import { User } from "discord-types/general";
import style from "./index.css";
import "./index.css";
const settings = definePluginSettings({
animate: {
@ -83,14 +83,6 @@ export default definePlugin({
],
start() {
enableStyle(style);
},
stop() {
disableStyle(style);
},
memberListBanner: ErrorBoundary.wrap(({ user }: { user: User; }) => {
const url = useFetchMemberProfile(user.id);