Browse Source

solve merge conflict

imwald
Silberengel 5 months ago
parent
commit
8cdd44f01c
  1. 1
      src/components/NoteStats/LikeButton.tsx

1
src/components/NoteStats/LikeButton.tsx

@ -95,7 +95,6 @@ export default function LikeButton({ event }: { event: Event }) {
<button <button
className="flex items-center enabled:hover:text-primary gap-1 px-3 h-full text-muted-foreground" className="flex items-center enabled:hover:text-primary gap-1 px-3 h-full text-muted-foreground"
title={t('Like')} title={t('Like')}
<<<<<<< HEAD
disabled={liking || ((isDiscussion || isReplyToDiscussion) && hasVoted)} disabled={liking || ((isDiscussion || isReplyToDiscussion) && hasVoted)}
onClick={() => { onClick={() => {
if (isSmallScreen && !((isDiscussion || isReplyToDiscussion) && hasVoted)) { if (isSmallScreen && !((isDiscussion || isReplyToDiscussion) && hasVoted)) {

Loading…
Cancel
Save