cleaned code

This commit is contained in:
2026-05-18 16:35:12 +01:00
parent b3cae6e3a9
commit ed3d9bf52e
2 changed files with 2 additions and 2 deletions
@@ -1,5 +1,5 @@
@if (friends().length) { @if (friends().length) {
<div class="rounded-xl px-5 m-3 bg-white font-mono border-1 border-gray-300"> <div class="rounded-xl px-5 m-3 bg-white font-mono border border-gray-300">
<ion-list> <ion-list>
@for (friend of friends(); track friend.friendId; let i = $index) { @for (friend of friends(); track friend.friendId; let i = $index) {
@if (i == friends().length - 1) { @if (i == friends().length - 1) {
@@ -1,4 +1,4 @@
import {Component, inject, OnInit, signal} from '@angular/core'; import {Component, inject, signal} from '@angular/core';
import {IonicModule, LoadingController, ToastController} from "@ionic/angular"; import {IonicModule, LoadingController, ToastController} from "@ionic/angular";
import {closeCircleOutline, peopleOutline} from 'ionicons/icons'; import {closeCircleOutline, peopleOutline} from 'ionicons/icons';
import {addIcons} from "ionicons"; import {addIcons} from "ionicons";