mirror of
https://github.com/polaroi8d/cactoide.git
synced 2026-03-22 14:15:28 +00:00
fix: prettier linter fix
This commit is contained in:
@@ -1,6 +1,4 @@
|
|||||||
<script lang="ts">
|
<script lang="ts">
|
||||||
import { t } from '$lib/i18n/i18n.js';
|
|
||||||
|
|
||||||
interface InstanceData {
|
interface InstanceData {
|
||||||
url: string;
|
url: string;
|
||||||
name: string | null;
|
name: string | null;
|
||||||
@@ -62,7 +60,7 @@
|
|||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody class="divide-y divide-slate-700">
|
<tbody class="divide-y divide-slate-700">
|
||||||
{#each data.instances as instance}
|
{#each data.instances as instance, i (i)}
|
||||||
<tr class="hover:bg-slate-700/50">
|
<tr class="hover:bg-slate-700/50">
|
||||||
<td class="px-6 py-4 whitespace-nowrap">
|
<td class="px-6 py-4 whitespace-nowrap">
|
||||||
<span class="text-sm font-medium text-slate-300">
|
<span class="text-sm font-medium text-slate-300">
|
||||||
|
|||||||
Reference in New Issue
Block a user