mirror of
https://github.com/unraid/api.git
synced 2026-05-03 13:40:36 -05:00
chore: lint auto fixes
This commit is contained in:
@@ -31,9 +31,9 @@ const showRebootRequired = computed(() => rebootType.value !== '');
|
||||
<template>
|
||||
<div class="flex flex-row justify-start gap-x-4px">
|
||||
<button
|
||||
@click="updateOsActionsStore.viewCurrentReleaseNotes(t('{0} Release Notes', [osVersion]))"
|
||||
class="group leading-none"
|
||||
:title="t('View release notes')"
|
||||
@click="updateOsActionsStore.viewCurrentReleaseNotes(t('{0} Release Notes', [osVersion]))"
|
||||
>
|
||||
<UiBadge
|
||||
color="custom"
|
||||
|
||||
Reference in New Issue
Block a user