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