0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-27 22:49:56 -05:00

Fixed appVersion attribute warning

This commit is contained in:
Simon Backx 2022-07-19 16:55:47 +02:00
parent 98486d159b
commit a1b1dd9dad

View file

@ -4,9 +4,10 @@ import {getBundledCssLink} from '../utils/helpers';
const ShadowRoot = ({
children,
appVersion,
...props
}) => {
const cssLink = getBundledCssLink({appVersion: props.appVersion});
const cssLink = getBundledCssLink({appVersion});
const styles = `
.ghost-display {