mirror of
https://github.com/status-im/ETHReport.git
synced 2025-01-20 19:29:54 +00:00
Adding spacing
This commit is contained in:
parent
e59ef507ba
commit
f36d059dee
@ -11,9 +11,11 @@ const InterviewsList = (props) => {
|
||||
// Build up interviews object with letter key
|
||||
sortedInterviews.forEach((interview) => {
|
||||
const firstLetter = interview.name.charAt(0);
|
||||
|
||||
if (typeof interviews[firstLetter] === 'undefined') {
|
||||
interviews[firstLetter] = [];
|
||||
}
|
||||
|
||||
interviews[firstLetter].push(interview);
|
||||
});
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user