Skip to content

Commit 781b924

Browse files
committed
lint
1 parent f2b41fd commit 781b924

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libs/remix-ui/plugin-manager/src/lib/remix-ui-plugin-manager.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,9 +162,9 @@ export const RemixUiPluginManager = ({ pluginComponent }: RemixUiPluginManagerPr
162162
const getFilteredPlugins = () => {
163163
let plugins = [...pluginComponent.activePlugins, ...pluginComponent.inactivePlugins]
164164

165-
const HIDDEN_PLUGINS = ['ai-dapp-generator'];
165+
const HIDDEN_PLUGINS = ['ai-dapp-generator']
166166
plugins = plugins.filter(profile => !HIDDEN_PLUGINS.includes(profile.name))
167-
167+
168168
if (filterByRemix) {
169169
plugins = plugins.filter(profile => profile.maintainedBy?.toLowerCase() === 'remix')
170170
}

0 commit comments

Comments
 (0)