@@ -2,17 +2,17 @@ import React from "react";
|
||||
import ContractsList from "../../components/contracts-list/contracts-list.component";
|
||||
|
||||
export default function ContractsPageComponent({
|
||||
loading,
|
||||
data,
|
||||
refetch,
|
||||
total,
|
||||
}) {
|
||||
return (
|
||||
<ContractsList
|
||||
loading={loading}
|
||||
contracts={data}
|
||||
refetch={refetch}
|
||||
total={total}
|
||||
/>
|
||||
);
|
||||
loading,
|
||||
data,
|
||||
refetch,
|
||||
total,
|
||||
}) {
|
||||
return (
|
||||
<ContractsList
|
||||
loading={loading}
|
||||
contracts={data}
|
||||
refetch={refetch}
|
||||
total={total}
|
||||
/>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user