Refactor code structure and remove redundant sections for improved readability and maintainability
This commit is contained in:
@@ -223,6 +223,7 @@ export default function Dashboard({ account }: { account: AccountWithParams }) {
|
||||
) => {
|
||||
return (
|
||||
<div className="flex justify-between" key={index}>
|
||||
<div className="mr-4 flex flex-row items-center gap-4">
|
||||
<div className="mr-4 flex flex-row items-center gap-4">
|
||||
<div
|
||||
className={cn(
|
||||
|
||||
Reference in New Issue
Block a user