mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-02-17 00:21:20 -05:00
Add check for extensions prop existence in PreviewPresentation
This commit is contained in:
parent
7fb7e9146b
commit
9f2304b8c9
1 changed files with 1 additions and 1 deletions
|
@ -266,7 +266,7 @@ const PreviewPresentation = ({
|
|||
</FlexRow>
|
||||
<FlexRow className="preview-row">
|
||||
<FlexRow className="extension-list">
|
||||
{extensions.map(extension => (
|
||||
{extensions && extensions.map(extension => (
|
||||
<ExtensionChip
|
||||
extensionName={extension.name}
|
||||
hasStatus={extension.hasStatus}
|
||||
|
|
Loading…
Reference in a new issue