mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-07-23 21:51:29 +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 = "";
|
string style = "";
|
||||||
if (Model.User?.UserId == comment.PosterUserId)
|
if (Model.User?.UserId == comment.PosterUserId)
|
||||||
{
|
{
|
||||||
style = "visibility: hidden";
|
style = "pointer-events: none";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
<div class="voting" style="@(style)">
|
<div class="voting" style="@(style)">
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue