remove ID #148

Merged
carlossa merged 3 commits from removeId into dev 2024-01-11 11:30:06 +00:00
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ function viewSummary(id) {
v-for="row of rows"
:key="row.id"
:id="row.id"
:title="`${row.nickname} (${row.id})`"
:title="`${row.nickname}`"
@click="navigate(row.id)"
>
<template #list-items>