mirror of
https://github.com/tooot-app/app
synced 2025-06-05 22:19:13 +02:00
Continue refine remote logic #638
This commit is contained in:
@ -111,11 +111,11 @@ const ContentView: React.FC<{
|
||||
const TabSharedHistory: React.FC<TabSharedStackScreenProps<'Tab-Shared-History'>> = ({
|
||||
navigation,
|
||||
route: {
|
||||
params: { id, detectedLanguage }
|
||||
params: { status, detectedLanguage }
|
||||
}
|
||||
}) => {
|
||||
const { t } = useTranslation('screenTabs')
|
||||
const { data } = useStatusHistory({ id })
|
||||
const { data } = useStatusHistory({ status })
|
||||
|
||||
useEffect(() => {
|
||||
navigation.setOptions({
|
||||
|
Reference in New Issue
Block a user