fix: duplicate className attribute causing build failure
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
parent
73bc6c08ae
commit
fa6277773d
1 changed files with 1 additions and 1 deletions
|
|
@ -345,7 +345,7 @@ export const TeamsbotSettingsView: React.FC = () => {
|
|||
|
||||
{(testResults.credentialsReceived || testResults.credentialDebug) && (
|
||||
<div className={styles.testLogContainer} style={{ margin: '0.5rem 0' }}>
|
||||
<div className={styles.testLogLine} className={styles.testLogInfo}>
|
||||
<div className={`${styles.testLogLine} ${styles.testLogInfo}`}>
|
||||
<strong>Credential-Debug:</strong>
|
||||
</div>
|
||||
{testResults.credentialsReceived && (
|
||||
|
|
|
|||
Loading…
Reference in a new issue