Update ConversationFullRow.tsx
This commit is contained in:
@@ -75,7 +75,7 @@ export default function ConversationFullRow(props: {
|
|||||||
return (
|
return (
|
||||||
<span
|
<span
|
||||||
onClick={handleViewConversationDetails}
|
onClick={handleViewConversationDetails}
|
||||||
className="py-5 px-4 border-t border-t-slate-200 flex flex-row
|
className="py-5 px-4 border-t border-t-slate-200 flex flex-row last:border-b-slate-200 last:border-b
|
||||||
hover:bg-slate-50 transition-all items-center group relative"
|
hover:bg-slate-50 transition-all items-center group relative"
|
||||||
>
|
>
|
||||||
{isNewIncoming && (
|
{isNewIncoming && (
|
||||||
|
|||||||
Reference in New Issue
Block a user