Update MainPanel.tsx
This commit is contained in:
@@ -353,7 +353,7 @@ function LineDetails() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
{/* live broadcasters */}
|
{/* live broadcasters */}
|
||||||
<div className="flex flex-col w-full gap-2 mt-5 border border-teal-500 rounded shadow-2xl">
|
<div className="flex flex-col w-full gap-2 mt-5 shadow-2xl border border-gray-200">
|
||||||
{selectedLine.otherUserObjects.map((otherUser) => (
|
{selectedLine.otherUserObjects.map((otherUser) => (
|
||||||
<div key={otherUser.email} className="flex flex-row items-center gap-2 p-4">
|
<div key={otherUser.email} className="flex flex-row items-center gap-2 p-4">
|
||||||
<Avatar
|
<Avatar
|
||||||
|
|||||||
Reference in New Issue
Block a user