We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58adcc7 commit 9f9b7edCopy full SHA for 9f9b7ed
web-app/src/app/screens/Feed/components/FeedSummary.tsx
@@ -408,7 +408,9 @@ export default function FeedSummary({
408
variant='subtitle2'
409
sx={{ fontWeight: 700, color: 'text.secondary' }}
410
>
411
- {t('feedSummary.providerUrl')}
+ {feed?.data_type === 'gbfs'
412
+ ? t('feedSummary.producerUrl')
413
+ : t('feedSummary.providerUrl')}
414
</Typography>
415
<Link
416
href={(feed as GBFSFeedType)?.provider_url}
0 commit comments