Skip to content

Commit 7f17c04

Browse files
authored
feat(mobile): reintroduce FW update banner on dashboard (#17538)
1 parent b82c1b3 commit 7f17c04

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

suite-native/module-home/src/screens/HomeScreen/components/PortfolioContent.tsx

+3
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ import {
1818
StackNavigationProps,
1919
} from '@suite-native/navigation';
2020

21+
import { FirmwareUpdateAlert } from './FirmwareUpdateAlert';
2122
import { PortfolioGraph, PortfolioGraphRef } from './PortfolioGraph';
2223

2324
export const PortfolioContent = forwardRef<PortfolioGraphRef>((_props, ref) => {
@@ -48,6 +49,8 @@ export const PortfolioContent = forwardRef<PortfolioGraphRef>((_props, ref) => {
4849

4950
return (
5051
<VStack spacing="sp32" marginTop="sp8">
52+
<FirmwareUpdateAlert />
53+
5154
<AnimatedVStack spacing="sp32" layout={LinearTransition}>
5255
<PortfolioGraph ref={ref} />
5356
<VStack spacing="sp24" marginHorizontal="sp16">

0 commit comments

Comments
 (0)