fixed small copy-paste error

This commit is contained in:
Gordon Pedersen 2024-06-18 11:43:38 +10:00
parent df05e8a819
commit 996e1286cb

View file

@ -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;
} }
} }