updated management service
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
import Link from "next/link"
|
||||
|
||||
const renderLastRowComponent = (reDirectUrl: string, IconToWrap: any, key: string) => {
|
||||
return <Link key={key} className="flex items-center gap-2" replace href={reDirectUrl} ><IconToWrap /></Link>
|
||||
}
|
||||
|
||||
export { renderLastRowComponent }
|
||||
Reference in New Issue
Block a user