0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-03 23:00:14 -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 = ({ const ShadowRoot = ({
children, children,
appVersion,
...props ...props
}) => { }) => {
const cssLink = getBundledCssLink({appVersion: props.appVersion}); const cssLink = getBundledCssLink({appVersion});
const styles = ` const styles = `
.ghost-display { .ghost-display {