+ {image?.url && (
+
+
+
+ )}
+
+ {node.suOppType && (
+
+ {node.suOppType.map(oppType => (
+
{oppType.name}
+ ))}
+
+ )}
+
+ {node.suOppApplicationDeadline && (
+
Application Deadline: {new Date(node.suOppApplicationDeadline.time).toLocaleString()}
+ )}
+ {node.suOppEligibility && (
+
+ Eligibility:
+
+ )}
+ {node.suOppStartDate &&
Start Date: {new Date(node.suOppStartDate.time).toLocaleDateString()}
}
+ {node.suOppCourseCode && (
+
+ {node.suOppCourseCode.map((code, i) => (
+
{code}
+ ))}
+
+ )}
+