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:
parent
98486d159b
commit
a1b1dd9dad
1 changed files with 2 additions and 1 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Add table
Reference in a new issue