Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Workshops
Developer workshop
Commits
0a5000ca
Commit
0a5000ca
authored
Sep 24, 2020
by
Andy Lamb
Browse files
tried commenting out added components
parent
59e6adc7
Pipeline
#40351
failed with stage
in 6 minutes and 33 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
src/app/pages/Home/Homepage.js
View file @
0a5000ca
...
...
@@ -2,20 +2,20 @@ import React from 'react';
import
PropTypes
from
'
prop-types
'
;
import
{
Link
}
from
'
react-router-dom
'
;
import
MainLayout
from
'
~/layouts/Main.layout
'
;
import
YammerFeed
from
'
~/features/yammerFeed/YammerFeed
'
;
import
YammerScripts
from
'
~/features/yammerScripts/YammerScripts
'
;
//
import YammerFeed from '~/features/yammerFeed/YammerFeed';
//
import YammerScripts from '~/features/yammerScripts/YammerScripts';
const
Homepage
=
({
entry
})
=>
(
<
MainLayout
>
<
h1
>
Hello
world
{
entry
&&
entry
.
entryTitle
}
<
/h1
>
<
YammerFeed
height
=
{
800
}
width
=
{
400
}
/
>
{
/*
<YammerFeed height={800} width={400} />
*/
}
<
Link
to
=
"
/zenInfo
"
>
ZenInfo
<
/Link
>
<
YammerScripts
{
/*
<YammerScripts
container={'#embeddedFeed'}
network={'towerhamlets.gov.uk'}
feedType={'group'}
feedId={'20036132864'}
/
>
/>
*/
}
<
/MainLayout
>
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment