diff --git a/src/client/EffectsInput.ts b/src/client/EffectsInput.ts index 3285c562f..f9404b73b 100644 --- a/src/client/EffectsInput.ts +++ b/src/client/EffectsInput.ts @@ -8,7 +8,7 @@ import { EFFECTS_KEY, USER_SETTINGS_CHANGED_EVENT, } from "../core/game/UserSettings"; -import { renderTransportShipTrailSwatch } from "./components/EffectPreview"; +import "./components/EffectPreview"; // registers import { fetchCosmetics, getPlayerCosmetics } from "./Cosmetics"; import { crazyGamesSDK } from "./CrazyGamesSDK"; import { translateText } from "./Utils"; @@ -87,9 +87,12 @@ export class EffectsInput extends LitElement { > ${translateText("effects.title")} ` - : html`${renderTransportShipTrailSwatch(this.trailAttributes)}`; + : html` + + `; return html`