Skip to content

Commit f264717

Browse files
author
Vikas Agarwal
committed
Github issue#3070, Project Creation Summary Screen: Show N/A when a question does not have answer
— Possible fix
1 parent 628fb4b commit f264717

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/projects/detail/components/Accordion/Accordion.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ class Accordion extends React.Component {
105105
const mapValue = createValueMapper(valuesMap)
106106

107107
if (!value) {
108-
return value
108+
return "N/A"//value
109109
}
110110

111111
switch (type) {

0 commit comments

Comments
 (0)