Skip to content

Commit

Permalink
Add missing dependency to Moonbase
Browse files Browse the repository at this point in the history
  • Loading branch information
NotNite committed Dec 10, 2023
1 parent 45ca67b commit 5c337fa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/core-extensions/src/moonbase/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ export const webpackModules: ExtensionWebExports["webpackModules"] = {
CircleXIconSVG,
"Masks.PANEL_BUTTON",
"removeButtonContainer:",
'"Missing channel in Channel.openChannelContextMenu"'
'"Missing channel in Channel.openChannelContextMenu"',
".default.HEADER_BAR"
],
entrypoint: true,
run: (module, exports, require) => {
Expand Down

0 comments on commit 5c337fa

Please sign in to comment.