Test fixes
This commit is contained in:
parent
1c460c40f4
commit
2619c55c10
5 changed files with 9 additions and 4 deletions
|
@ -168,6 +168,7 @@ export function Selector({
|
|||
backgroundColor: pal.colors.background,
|
||||
}}>
|
||||
<ScrollView
|
||||
testID="selector"
|
||||
horizontal
|
||||
showsHorizontalScrollIndicator={false}
|
||||
style={{position: 'absolute'}}>
|
||||
|
|
|
@ -74,7 +74,7 @@ export const ProfileListScreen = withAuthRequired(
|
|||
store.shell.openModal({
|
||||
name: 'confirm',
|
||||
title: 'Delete List',
|
||||
message: 'Are you sure',
|
||||
message: 'Are you sure?',
|
||||
async onPressConfirm() {
|
||||
await list.delete()
|
||||
if (navigation.canGoBack()) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue