{investment.investmentStatus === 'Beklemede' && ( <> {!investment.userID && ( )} {investment.userID && (
{investment.userID === currentUser?.id ? ( <> ) : ( )}
)} )}