Skip to content

Commit f9328c1

Browse files
committed
linting fixes
1 parent 4326b8d commit f9328c1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/apps/copilots/src/pages/copilot-opportunity-details/tabs/copilot-applications/CopilotApplications.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ const CopilotApplications: FC<{
102102
<div className={styles.noApplications}>
103103
<span>No Applications yet</span>
104104
</div>
105-
)
105+
)
106106
}
107107
</div>
108108
)

src/apps/copilots/src/pages/copilot-opportunity-details/tabs/copilot-applications/styles.module.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@
1919
justify-content: center;
2020
align-items: center;
2121
font-size: large;
22-
}
22+
}

0 commit comments

Comments
 (0)