Skip to content

Commit

Permalink
EFB: update Flight Widget Aircraft Variant
Browse files Browse the repository at this point in the history
  • Loading branch information
masterrob94 committed Sep 7, 2023
1 parent f4c142b commit 14a89ff
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import { toast } from 'react-toastify';
import { fetchSimbriefDataAction, isSimbriefDataLoaded } from '../../Store/features/simBrief';
import { useAppSelector, useAppDispatch } from '../../Store/store';
import { getAirframeType } from '../../Efb';

import { AC_TYPE } from '../../Enum/Airframe';
import { ScrollableContainer } from '../../UtilComponents/ScrollableContainer';
import { t } from '../../translation';

Expand Down Expand Up @@ -135,7 +135,7 @@ export const FlightWidget = () => {
{' '}
|
{' '}
{getAirframeType()}
{AC_TYPE[getAirframeType()]}
</h1>
)}
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import { toast } from 'react-toastify';
import { fetchSimbriefDataAction, isSimbriefDataLoaded } from '../../Store/features/simBrief';
import { useAppSelector, useAppDispatch } from '../../Store/store';
import { getAirframeType } from '../../Efb';

import { AC_TYPE } from '../../Enum/Airframe';
import { ScrollableContainer } from '../../UtilComponents/ScrollableContainer';
import { t } from '../../translation';

Expand Down Expand Up @@ -135,7 +135,7 @@ export const FlightWidget = () => {
{' '}
|
{' '}
{getAirframeType()}
{AC_TYPE[getAirframeType()]}
</h1>
)}
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import { toast } from 'react-toastify';
import { fetchSimbriefDataAction, isSimbriefDataLoaded } from '../../Store/features/simBrief';
import { useAppSelector, useAppDispatch } from '../../Store/store';
import { getAirframeType } from '../../Efb';

import { AC_TYPE } from '../../Enum/Airframe';
import { ScrollableContainer } from '../../UtilComponents/ScrollableContainer';
import { t } from '../../translation';

Expand Down Expand Up @@ -135,7 +135,7 @@ export const FlightWidget = () => {
{' '}
|
{' '}
{getAirframeType()}
{AC_TYPE[getAirframeType()]}
</h1>
)}
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import { toast } from 'react-toastify';
import { fetchSimbriefDataAction, isSimbriefDataLoaded } from '../../Store/features/simBrief';
import { useAppSelector, useAppDispatch } from '../../Store/store';
import { getAirframeType } from '../../Efb';

import { AC_TYPE } from '../../Enum/Airframe';
import { ScrollableContainer } from '../../UtilComponents/ScrollableContainer';
import { t } from '../../translation';

Expand Down Expand Up @@ -135,7 +135,7 @@ export const FlightWidget = () => {
{' '}
|
{' '}
{getAirframeType()}
{AC_TYPE[getAirframeType()]}
</h1>
)}
</div>
Expand Down

0 comments on commit 14a89ff

Please sign in to comment.