+ {isPayer ? (
+
+ ) : null}
+
+ {isFreelancer ? (
+
+ ) : null}
+
+ {isFunder ? (
+
+ Transfer Position
+
+ ) : null}
+
+ {!isPayer && !isFreelancer && !isFunder ? (
+
+ No role-specific actions are available for this wallet.
+
+ ) : null}
+
+ )}
+
+ Mark paid is available to the payer after funding. Cancel is available to the freelancer before funding.
+
+