Skip to content

Commit 277b814

Browse files
committed
Fixes links in my-account menu out of function
1 parent 638a07f commit 277b814

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Presentation/SmartStore.Web.Framework/UI/Components/NavigationItem.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ public string Url
146146
}
147147
set
148148
{
149-
if (_url != null)
149+
if (_url != value)
150150
{
151151
_url = value;
152152
_routeName = _controllerName = (string)(_actionName = null);

0 commit comments

Comments
 (0)