Skip to content

Commit

Permalink
Fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
ggodlewski committed Sep 3, 2024
1 parent 1fe0315 commit bf21af0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion apps/ui/src/components/SettingsTab.vue
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export default {
};
},
created() {
this.fetch()
this.fetch();
},
watch: {
driveId() {
Expand Down
2 changes: 0 additions & 2 deletions apps/ui/src/pages/FolderView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,6 @@ import ZipkinViewer from '../components/ZipkinViewer.vue';
import ChangesViewer from '../components/ChangesViewer.vue';
import JobsViewer from '../components/JobsViewer.vue';
import UserSettings from '../components/UserSettings.vue';
import DangerSettings from '../components/DangerSettings.vue';
import GitLog from '../components/GitLog.vue';
import GitCommit from '../components/GitCommit.vue';
import GitInfo from '../components/GitInfo.vue';
Expand Down Expand Up @@ -150,7 +149,6 @@ export default {
ChangesViewer,
JobsViewer,
UserSettings,
DangerSettings,
WorkflowsEditor,
GitLog,
GitCommit,
Expand Down

0 comments on commit bf21af0

Please sign in to comment.