Fixed crash when attempting to filter on only one item.
This commit is contained in:
parent
366d968048
commit
d6a32f568e
@ -102,7 +102,7 @@ namespace eShopOnContainers.Core.ViewModels
|
||||
|
||||
private async Task FilterAsync()
|
||||
{
|
||||
if (Brand == null && Type == null)
|
||||
if (Brand == null || Type == null)
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user