-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: SingleMessage video render issue - move id sourcing into own use…
…Effect (#700) * move id sourcing into own useEffect * move id function further up * fix old youtube links that don't work * lint * better file names * sort id naming * remove unused lodash import * change !! to Boolean
- Loading branch information
1 parent
60ff6f0
commit 2de06c4
Showing
3 changed files
with
58 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 10 additions & 0 deletions
10
src/components/Molecules/SingleMessage/_ExampleYoutubeIds.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
const exampleYoutubeIds = [ | ||
'fwCQRMlKBnA', | ||
'ZlGgFEDYKlY', | ||
'yKADOGvq1Hs', | ||
'Il9jhN2-PMA', | ||
'So-GyrcQtK8', | ||
'DjTmbU9nZNk' | ||
]; | ||
|
||
export default exampleYoutubeIds; |