Skip to content

Commit b44dd5a

Browse files
committed
fix lint
1 parent 312cdf0 commit b44dd5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/components/service/Sponsor/SponsorList.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ const SponsorImage = styled.img`
4545

4646
const SponsorList = (props: {
4747
list: ISponsorList
48-
useGradientTitle: boolean
48+
useGradientTitle?: boolean
4949
}) => {
5050
const { t } = useTranslation()
5151
const theme = useTheme()

0 commit comments

Comments
 (0)