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
cdfc256d
Commit
cdfc256d
authored
Sep 25, 2020
by
Andy Lamb
Browse files
added yammer feed inc. react-inline-script
parent
ed4220ba
Pipeline
#40536
passed with stage
in 6 minutes and 44 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/app/features/yammerFeed/YammerFeed.js
0 → 100644
View file @
cdfc256d
import
React
from
'
react
'
;
import
PropTypes
from
'
prop-types
'
;
const
YammerFeed
=
props
=>
{
return
(
<
div
id
=
"
#embeddedFeed
"
style
=
{{
height
:
props
.
divHeight
,
width
:
props
.
divWidth
}}
><
/div
>
);
};
YammerFeed
.
propTypes
=
{
divHeight
:
PropTypes
.
number
,
divWidth
:
PropTypes
.
number
,
};
export
default
YammerFeed
;
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