Skip to content

Commit

Permalink
style: fixed lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
cnouguier committed Aug 1, 2024
1 parent d8aecf3 commit daac05b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion core/client/components/action/KBugReportAction.vue
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import { i18n } from '../../i18n'
import { getPlatform } from '../../utils/utils.platform'
import { actionProps } from '../../utils/utils.actions'
import { useVersion } from '../../composables'
import KAction from './/KAction.vue'
import KAction from './KAction.vue'
// Data
const props = defineProps(_.omit(actionProps, ['toggle', 'url', 'handler', 'route', 'dialog']))
Expand Down
1 change: 1 addition & 0 deletions core/client/components/action/KToggleFullscreenAction.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
</template>

<script setup>
import _ from 'lodash'
import { ref, watch } from 'vue'
import { actionProps, isFullscreen, toggleFullscreen } from '../../utils'
import KAction from './KAction.vue'
Expand Down

0 comments on commit daac05b

Please sign in to comment.