mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-29 15:12:58 +03:00
Fixed plans in dev mode
no refs Plans picked from fixture in dev mode was overwritten by empty object when site data is updated, fixed to update correctly.
This commit is contained in:
parent
1868542504
commit
474a4f175b
@ -158,6 +158,7 @@ export default class App extends React.Component {
|
||||
...notificationSiteData,
|
||||
...devSiteData,
|
||||
plans: {
|
||||
...(devSiteData || {}).plans,
|
||||
...(apiSiteData || {}).plans,
|
||||
...(previewSiteData || {}).plans
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user