From 229980b54837019277daee52fd552092a212748b Mon Sep 17 00:00:00 2001 From: Samuele Locatelli Date: Fri, 21 May 2021 08:11:33 +0200 Subject: [PATCH] fix display --- MP.Stats/Components/DataPager.razor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MP.Stats/Components/DataPager.razor b/MP.Stats/Components/DataPager.razor index 6d8d6074..32f4c64f 100644 --- a/MP.Stats/Components/DataPager.razor +++ b/MP.Stats/Components/DataPager.razor @@ -36,7 +36,7 @@ } else { - @totalCountrecords + @totalCount records }