Skip to content

Commit 699706e

Browse files
committed
fix: remove lefover use of intl from props, instead of react-intl to fix broken projects on PDP
1 parent bf1f3ba commit 699706e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/scratch-gui/src/components/stage-header/stage-header.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ const StageHeaderComponent = function (props) {
169169
<div className={styles.rightSection}>
170170
{manuallySaveThumbnails && (
171171
<Button
172-
aria-label={props.intl.formatMessage(messages.setThumbnail)}
172+
aria-label={intl.formatMessage(messages.setThumbnail)}
173173
className={styles.setThumbnailButton}
174174
onClick={onUpdateThumbnail}
175175
>

0 commit comments

Comments
 (0)