Skip to content

Commit

Permalink
Fix pnpmLint error
Browse files Browse the repository at this point in the history
  • Loading branch information
isontheline committed Jul 30, 2024
1 parent 387f91a commit b0f971d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/mockoon_dRAGon.json
Original file line number Diff line number Diff line change
Expand Up @@ -204,4 +204,4 @@
}
],
"callbacks": []
}
}
2 changes: 1 addition & 1 deletion frontend/src/layouts/modules/global-header/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import GlobalLogo from '../global-logo/index.vue';
import GlobalBreadcrumb from '../global-breadcrumb/index.vue';
import GlobalSearch from '../global-search/index.vue';
import { useMixMenuContext } from '../../context';
//import ThemeButton from './components/theme-button.vue';
// import ThemeButton from './components/theme-button.vue';
import HelpButton from './components/help-button.vue';
import UserAvatar from './components/user-avatar.vue';
Expand Down

0 comments on commit b0f971d

Please sign in to comment.