mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-07-23 13:41:31 +00:00
Fix posters' comments not showing ratings (#393)
This commit is contained in:
parent
add83a32a8
commit
21a7a8711d
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@
|
|||
string style = "";
|
||||
if (Model.User?.UserId == comment.PosterUserId)
|
||||
{
|
||||
style = "visibility: hidden";
|
||||
style = "pointer-events: none";
|
||||
}
|
||||
}
|
||||
<div class="voting" style="@(style)">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue