96235d5534571fbb1192616bf8d188b211e90229
The schedule-details view rendered bare content on the blue background with no PageLayout, no PageTabs, no breadcrumbs, no white card — so the flight-number heading, leg list and skeletons were invisible against the page background. Wrap the component in PageLayout with the schedule tab + breadcrumb + 'Информация о рейсе: SU 6805' title, and put each branch inside a <section class='frame'> (error, not-found, empty, success) so it sits on the same white card as the board pages. Also fix the same React key warning the board page had: the leg map used leg.index as the key, which is undefined for Direct flights. Fall back to the array index.
Description
No description provided
Languages
TypeScript
62.7%
HTML
23.6%
SCSS
11%
JavaScript
1.1%
C#
0.9%
Other
0.6%