Skip to content

Commit

Permalink
#58 - linter changes
Browse files Browse the repository at this point in the history
Signed-off-by: julianbollig <julian.bollig@tngtech.com>
  • Loading branch information
julianbollig committed Feb 17, 2025
1 parent 4c5dbff commit 3887ad3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion WebUI/src/assets/js/store/stableDiffusion.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import * as util from '../util'
import { SSEProcessor } from '../sseProcessor'
import { useI18N } from './i18n'
import * as toast from '../toast'
import { mapModeToText } from '@/lib/utils.ts'

type DefaultBackendParams = {
mode: number
Expand Down
1 change: 1 addition & 0 deletions WebUI/src/components/InfoTable.vue
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
<li
v-for="(value, key) in props.params"
class="last:border-none border-b border-color-spilter flex items-center"
:key="key"
>
<span class="text-base font-bold px-4 items-stretch w-36 flex-none">{{
languages[key]
Expand Down

0 comments on commit 3887ad3

Please sign in to comment.