Skip to content

Commit c236c4c

Browse files
authored
fix: lint (#1549)
1 parent 93f0bf6 commit c236c4c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

web-app/src/app/screens/FeedSubmissionFAQ.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,9 @@ export default function FeedSubmissionFAQ(): React.ReactElement {
195195
<Button
196196
variant='text'
197197
className='inline'
198-
href={'https://storage.googleapis.com/storage/v1/b/mdb-csv/o/sources.csv?alt=media'}
198+
href={
199+
'https://storage.googleapis.com/storage/v1/b/mdb-csv/o/sources.csv?alt=media'
200+
}
199201
endIcon={<FileDownloadIcon />}
200202
>
201203
the spreadsheet of feeds already in the Mobility Database

0 commit comments

Comments
 (0)