Skip to content

Commit 5160e0d

Browse files
authored
Update index.jsx
1 parent bc39fa6 commit 5160e0d

File tree

1 file changed

+1
-1
lines changed
  • src/shared/components/challenge-detail/Specification/SideBar

1 file changed

+1
-1
lines changed

src/shared/components/challenge-detail/Specification/SideBar/index.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ export default function SideBar({
277277
&& (
278278
<ul styleName="source-files-list">
279279
{
280-
fileTypes && fileTypes.value.length > 0
280+
fileTypes.value && fileTypes.value.length > 0
281281
? JSON.parse(fileTypes.value).map(fileT => (
282282
<li key={fileT}>
283283
{fileT}

0 commit comments

Comments
 (0)