Skip to content

Commit

Permalink
fix(ci): 本流と関係ないlintエラーとかを修正
Browse files Browse the repository at this point in the history
  • Loading branch information
yupix committed Apr 6, 2024
1 parent 154f98f commit 2625131
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 5 deletions.
1 change: 0 additions & 1 deletion packages/frontend/src/ui/origin.vue
Original file line number Diff line number Diff line change
Expand Up @@ -335,4 +335,3 @@ SPDX-License-Identifier: AGPL-3.0-only
}
}
</style>

1 change: 0 additions & 1 deletion packages/frontend/src/ui/origin/header.vue
Original file line number Diff line number Diff line change
Expand Up @@ -209,4 +209,3 @@ SPDX-License-Identifier: AGPL-3.0-only
}
}
</style>

1 change: 0 additions & 1 deletion packages/frontend/src/ui/origin/sidebar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -240,4 +240,3 @@ SPDX-License-Identifier: AGPL-3.0-only
}
}
</style>

3 changes: 1 addition & 2 deletions packages/frontend/src/widgets/WidgetClassicProfile.vue
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@
</template>

<script lang="ts" setup>
import { onMounted, onUnmounted, Ref, ref, watch } from 'vue';
import { useWidgetPropsManager, Widget, WidgetComponentEmits, WidgetComponentExpose, WidgetComponentProps } from './widget';
import { useWidgetPropsManager, Widget, WidgetComponentExpose } from './widget';
import { GetFormResultType } from '@/scripts/form';
import { $i } from '@/account';
import { userPage } from '@/filters/user';
Expand Down

1 comment on commit 2625131

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Chromatic detects changes. Please review the changes on Chromatic.

Please sign in to comment.