Skip to content

Commit

Permalink
refactor(networknodes): fix plugin name
Browse files Browse the repository at this point in the history
  • Loading branch information
germanferrero committed Jan 27, 2022
1 parent 2e7bf51 commit c5b5146
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/lime-plugin-reachable-nodes/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import Page from './src/reachableNodesPage';
import { ReachableNodesMenu } from './src/reachableNodesMenu';

export default {
name: 'NetworkNodes',
name: 'ReachableNodes',
page: Page,
menu: ReachableNodesMenu,
menuView: 'community',
Expand Down

0 comments on commit c5b5146

Please sign in to comment.