diff --git a/Components/Layout/MainLayout.razor b/Components/Layout/MainLayout.razor index dcc75dd..3224ce9 100644 --- a/Components/Layout/MainLayout.razor +++ b/Components/Layout/MainLayout.razor @@ -25,7 +25,7 @@ } else if (!string.IsNullOrEmpty(State.SharePhoto)) { NavigationManager.NavigateTo($"/sharepic/{State.SharePhoto}"); - State.ShareString = null; + State.SharePhoto = null; } }