Skip to content

Commit 730e120

Browse files
authored
Merge pull request #2 from ukcasso/ukcasso-patch-1
update 0.72 file in releases folder.
2 parents 825c17a + 912ad04 commit 730e120

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/components/common/UsefulLinks.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,10 @@ class UsefulLinks extends Component {
6464
return (
6565
<>
6666
{versions.map(({ usefulContent, version }, key) => {
67+
if (!usefulContent) {
68+
return null
69+
}
70+
6771
const changelog = this.getChangelog({ version })
6872

6973
const links = [...usefulContent.links, changelog]

0 commit comments

Comments
 (0)