feature/get-places-api #2
@ -1,7 +1,5 @@
|
||||
import React from "react";
|
||||
|
||||
export interface IUsersListVM {}
|
||||
|
||||
export type userListReturnType = {
|
||||
selectedRowId: string;
|
||||
setSelectedRowId: React.Dispatch<React.SetStateAction<string>>;
|
||||
|
@ -18,7 +18,7 @@ export default function Sidebar() {
|
||||
: ""
|
||||
}`}
|
||||
>
|
||||
<img src={routesData[key].icon} className="mr-2" />
|
||||
<img src={routesData[key].icon} alt="page icon" className="mr-2" />
|
||||
<div>{routesData[key].title}</div>
|
||||
</Link>
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user