diff --git a/src/screens/Proxiwash/ProxiwashScreen.tsx b/src/screens/Proxiwash/ProxiwashScreen.tsx index f1b9c9c..7675645 100644 --- a/src/screens/Proxiwash/ProxiwashScreen.tsx +++ b/src/screens/Proxiwash/ProxiwashScreen.tsx @@ -19,6 +19,7 @@ import React, { useLayoutEffect, useRef, useState } from 'react'; import { + Linking, SectionListData, SectionListRenderItemInfo, StyleSheet, @@ -153,6 +154,11 @@ function ProxiwashScreen() { navigation.setOptions({ headerRight: () => ( + Linking.openURL(ProxiwashConstants[selectedWash].webPageUrl)} + /> ), }); - }, [navigation]); + }, [navigation, selectedWash]); /** * Callback used when the user clicks on enable notifications for a machine