- Given by:{" "}
- {givenBy.map((g, gi) => (
-
- {g.id}
- {gi !== givenBy.length - 1 ? ", " : ""}
-
- ))}
-
+
+ {!!help && (
+
+ {help}
+ {givenByAnother &&
}
+
+ )}
+ {givenByAnother && (
+
+ Given by:{" "}
+ {givenBy.map((g, gi) => (
+
+ {g.id}
+ {gi !== givenBy.length - 1 ? ", " : ""}
+
+ ))}
+
+ )}
+
}
>
- {p.verb}
+
+ {p.verb}
+
) : (