cleaning things up and exploring remount problem
This commit is contained in:
@@ -36,7 +36,10 @@ export default function LineDetailsTerminal({
|
||||
|
||||
return (
|
||||
<>
|
||||
<div className="flex flex-col flex-1 bg-gray-100 items-stretch justify-start relative border-l border-l-gray-100">
|
||||
<div
|
||||
className="flex flex-col flex-1 bg-gray-100 items-stretch justify-start relative
|
||||
border-l border-l-gray-200"
|
||||
>
|
||||
{/* line overview header */}
|
||||
<div className="flex flex-row p-3 items-center gap-1">
|
||||
{/* <LineIcon sourceImages={selectedLine.profilePictures} />
|
||||
|
||||
Reference in New Issue
Block a user