Skip to content

Commit 4e89b26

Browse files
author
Vikas Agarwal
committed
Lint fix
1 parent 0de3c17 commit 4e89b26

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)