From edc8733ae4aa3d3344586548a95441ae3b3bd2e5 Mon Sep 17 00:00:00 2001 From: MeysamMoghaddam <65253484+MeysamMoghaddam@users.noreply.github.com> Date: Mon, 13 Oct 2025 09:29:42 +0330 Subject: [PATCH] Update Index.razor --- src/FrontOffice.Main/Pages/Profile/Index.razor | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/FrontOffice.Main/Pages/Profile/Index.razor b/src/FrontOffice.Main/Pages/Profile/Index.razor index 080126e..4d86210 100644 --- a/src/FrontOffice.Main/Pages/Profile/Index.razor +++ b/src/FrontOffice.Main/Pages/Profile/Index.razor @@ -135,19 +135,19 @@ @foreach (var address in _addresses) { - + @address.Title - @if (address.IsDefault) + @if (address.IsDefault) { پیش‌فرض } - @address.Address - کد پستی: @address.PostalCode + @(address.Address) + کد پستی: @(address.PostalCode)