We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ec7a8b commit 0a7ead2Copy full SHA for 0a7ead2
1 file changed
src/components/Layout/AppContentLayout.tsx
@@ -28,10 +28,11 @@ export const AppContentLayout = () => {
28
<MobileCards selectedCard={selectedCard} />
29
</div>
30
</MobileBreakpoint>
31
+ <BottomNavigation selectedCard={selectedCard} setSelectedCard={setSelectedCard} />
32
</>
33
)}
34
</main>
- <BottomNavigation selectedCard={selectedCard} setSelectedCard={setSelectedCard} />
35
+
36
37
)
38
}
0 commit comments