diff --git a/ShoppingAssistantWebClient.Web/Pages/Cards.razor b/ShoppingAssistantWebClient.Web/Pages/Cards.razor
index 1bc92c2..4bd8442 100644
--- a/ShoppingAssistantWebClient.Web/Pages/Cards.razor
+++ b/ShoppingAssistantWebClient.Web/Pages/Cards.razor
@@ -26,8 +26,8 @@
}
}
-
ShowNextImage(currentImage))"/>
-
ShowPreviousImage(currentImage))"/>
+
ShowNextImage(currentImage))"/>
+
ShowPreviousImage(currentImage))"/>
}
else
{
@@ -55,15 +55,15 @@
}
@for(int i = 0; i < 5; i++) {
if(i < whole) {
-
+
continue;
}
if(fractal != 0.0) {
-
+
fractal -= fractal;
}
else {
-
+
}
}
@@ -72,9 +72,12 @@