Skip to content

Commit 05ee349

Browse files
committed
Fix lint error
1 parent cf95cbd commit 05ee349

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/index.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,8 +140,7 @@ const Intercom = {
140140
IntercomModule.displayArticle(articleId),
141141
displayCarousel: (carouselId: string) =>
142142
IntercomModule.displayCarousel(carouselId),
143-
displaySurvey: (surveyId: string) =>
144-
IntercomModule.displaySurvey(surveyId),
143+
displaySurvey: (surveyId: string) => IntercomModule.displaySurvey(surveyId),
145144
displayHelpCenter: () => IntercomModule.displayHelpCenter(),
146145
displayHelpCenterCollections: (collections = [] as string[]) =>
147146
IntercomModule.displayHelpCenterCollections(collections),

0 commit comments

Comments
 (0)