interest processing page added

This commit was merged in pull request #173.
This commit is contained in:
victorAnumudu
2023-06-14 20:54:14 +01:00
parent 7975bd3d11
commit 22bfcbf0c6
5 changed files with 396 additions and 1 deletions
@@ -87,7 +87,7 @@ export default function OffersInterestTable({offerInterestList, className}) {
<td className="text-right py-4">
<button
onClick={() => {
navigate("/manage-active-job", {
navigate("/manage-offer", {
state: { ...item, pathname },
});
}}