continued to work in comments

This commit is contained in:
limited_dev 2023-01-26 09:07:25 +01:00
parent 4b1f234f2a
commit f09722757a
4 changed files with 52 additions and 13 deletions

View file

@ -36,6 +36,8 @@
NavigationManager.NavigateTo("/notfound");
return;
}
if(post.Board != boardName)
NavigationManager.NavigateTo("/notfound");
if(post == null)
NavigationManager.NavigateTo("/notfound");
}