diff --git a/src/components/Screens/WebSectionList.tsx b/src/components/Screens/WebSectionList.tsx index f6df60f..4f7cf20 100644 --- a/src/components/Screens/WebSectionList.tsx +++ b/src/components/Screens/WebSectionList.tsx @@ -141,11 +141,15 @@ function WebSectionList(props: Props) { refreshData(), - }} + button={ + code !== API_REQUEST_CODES.BAD_TOKEN + ? { + icon: 'refresh', + text: i18n.t('general.retry'), + onPress: () => refreshData(), + } + : undefined + } /> ) }