Skip to content

Commit

Permalink
dont manage the style
Browse files Browse the repository at this point in the history
  • Loading branch information
lillithkt committed May 29, 2024
1 parent bff27a9 commit c8fa84b
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions src/plugins/bannersEverywhere/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down Expand Up @@ -83,14 +83,6 @@ export default definePlugin({

],

start() {
enableStyle(style);
},

stop() {
disableStyle(style);
},

memberListBanner: ErrorBoundary.wrap(({ user }: { user: User; }) => {
const url = useFetchMemberProfile(user.id);

Expand Down

0 comments on commit c8fa84b

Please sign in to comment.