Skip to content

Commit

Permalink
Adjust activity bar component test
Browse files Browse the repository at this point in the history
  • Loading branch information
guerler committed Feb 26, 2024
1 parent 6f7c187 commit 90b0238
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions client/src/components/ActivityBar/ActivityBar.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ localVue.use(PiniaVuePlugin);

function testActivity(id, newOptions = {}) {
const defaultOptions = {
anonymous: true,
id: `test-${id}`,
description: "test-description",
icon: "test-icon",
Expand Down
1 change: 0 additions & 1 deletion client/src/components/ActivityBar/ActivityBar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ const dragItem: Ref<Activity | null> = ref(null);
// drag state
const isDragging = ref(false);
// sync built-in activities with cached activities
activityStore.sync();
Expand Down

0 comments on commit 90b0238

Please sign in to comment.