Skip to content

Commit

Permalink
mask new comment in minimized view for hybridcomment
Browse files Browse the repository at this point in the history
  • Loading branch information
barais committed Feb 19, 2024
1 parent 75c247f commit 2cc79d4
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1166,7 +1166,8 @@ <h5 class="card-title">{{ comment.text }}</h5>
*ngIf="
(!minimizeComment ||
((currentGradedComment4Question === undefined || currentGradedComment4Question?.length === 0) &&
(currentTextComment4Question === undefined || currentTextComment4Question?.length === 0))) &&
(currentTextComment4Question === undefined || currentTextComment4Question?.length === 0) &&
(currentHybridGradedComment4Question === undefined || currentHybridGradedComment4Question?.length === 0))) &&
currentQuestion &&
currentQuestion?.typeAlgoName !== 'QCM'
"
Expand Down

0 comments on commit 2cc79d4

Please sign in to comment.