Renamed a variable.

This commit is contained in:
David Britch 2017-03-28 13:39:48 +01:00
parent 2ecc1e643b
commit 10586b984f

View File

@ -42,9 +42,9 @@ namespace eShopOnContainers.Core.Behaviors
return; return;
} }
bool hasShadow = (bool)newValue; bool hasLine = (bool)newValue;
if (hasShadow) if (hasLine)
{ {
view.Effects.Add(new EntryLineColorEffect()); view.Effects.Add(new EntryLineColorEffect());
} }