Skip to content

Commit f8b72ae

Browse files
author
Vikas Agarwal
committed
fixed typo
1 parent 4e89b26 commit f8b72ae

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
@@ -106,7 +106,7 @@ class Accordion extends React.Component {
106106
const mapValue = createValueMapper(valuesMap)
107107

108108
if (!value) {
109-
return 'N/A"'//value
109+
return 'N/A'//value
110110
}
111111

112112
switch (type) {

0 commit comments

Comments
 (0)