Skip to content

Commit

Permalink
Fix lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
sahandilshan committed Jun 7, 2024
1 parent 226ab7f commit eb55c1d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion features/common.ai.v1/components/ai-loading-screen.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,8 @@ const AILoadingScreen = (props: AILoadingScreenProps): ReactElement => {
</Box>
{
!isAnimatedBotDisabled && (
<div className="ai-loading-screen-animation-container" data-testid="ai-loading-screen-animation">
<div className="ai-loading-screen-animation-container"

Check warning on line 87 in features/common.ai.v1/components/ai-loading-screen.tsx

View workflow job for this annotation

GitHub Actions / ⬣ ESLint (STATIC ANALYSIS) (lts/*, 8.7.4)

Property should be placed on a new line

Check warning on line 87 in features/common.ai.v1/components/ai-loading-screen.tsx

View workflow job for this annotation

GitHub Actions / ⬣ ESLint (STATIC ANALYSIS) (lts/*, 8.7.4)

Trailing spaces not allowed
data-testid="ai-loading-screen-animation">

Check warning on line 88 in features/common.ai.v1/components/ai-loading-screen.tsx

View workflow job for this annotation

GitHub Actions / ⬣ ESLint (STATIC ANALYSIS) (lts/*, 8.7.4)

Expected indentation of 28 spaces but found 24
<AIBotAnimatedWithBackGround />
</div>
)
Expand Down

0 comments on commit eb55c1d

Please sign in to comment.