fixed small copy-paste error
This commit is contained in:
parent
df05e8a819
commit
996e1286cb
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@
|
||||||
}
|
}
|
||||||
else if (!string.IsNullOrEmpty(State.SharePhoto)) {
|
else if (!string.IsNullOrEmpty(State.SharePhoto)) {
|
||||||
NavigationManager.NavigateTo($"/sharepic/{State.SharePhoto}");
|
NavigationManager.NavigateTo($"/sharepic/{State.SharePhoto}");
|
||||||
State.ShareString = null;
|
State.SharePhoto = null;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue