Skip to content

Commit

Permalink
LUN-400: Resolve merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
ztefanie committed Oct 5, 2022
1 parent d41db46 commit 6141ea4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/NotAuthorisedView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ import styled from 'styled-components/native'

import { BUTTONS_THEME } from '../constants/data'
import { getLabels } from '../services/helpers'
import { reportError } from '../services/sentry'
import Button from './Button'
import { ContentSecondary } from './text/Content'
import { reportError } from '../services/sentry'

const Container = styled.View`
display: flex;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ const ImageSelectionOverlay = ({ setVisible, pushImage, numberOfImages }: Props)
<Camera ref={camera} captureAudio={false} testID='camera'>
<Container>
<ActionBar>
{/* eslint-disable-next-line no-console */}
<PressableOpacity onPress={() => console.log('open gallery')}>
{/* TODO LUN-440 implement gallery */}
<ImageIcon width={GALLERY_IMAGE_SIZE} height={GALLERY_IMAGE_SIZE} testID='gallery-icon' />
Expand Down

0 comments on commit 6141ea4

Please sign in to comment.