Skip to content

Commit

Permalink
removed unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
sachin-into committed Feb 28, 2024
1 parent b1355f9 commit 5b69a3d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/screens/Mini/layout/BlurScreenContainer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export const BlurScreenContainer = ({
background = "transparent",
customHeader,
}: Props) => {
const { width: windowWidth, height: windowHeight } = useWindowDimensions();
const { width: windowWidth } = useWindowDimensions();
const navigation = useAppNavigation();
const onClose = () => navigation.goBack();
const navigateToProfile = () => {
Expand Down Expand Up @@ -168,7 +168,6 @@ export const BlurScreenContainer = ({

<ScrollView
scrollEnabled={false}
style={{ backgroundColor: background, height: windowHeight - 160 }}
contentContainerStyle={{
backgroundColor: background,
flex: 1,
Expand Down

0 comments on commit 5b69a3d

Please sign in to comment.