mirror of
https://github.com/stackblitz-labs/bolt.diy
synced 2025-06-26 18:26:38 +00:00
Fix duplicate element IDs, tweak copy
This commit is contained in:
@@ -59,7 +59,7 @@ export const ExampleLibraryApps = () => {
|
||||
<div className={styles.grid}>
|
||||
{displayApps.map((app) => (
|
||||
<div
|
||||
key={app.appId}
|
||||
key={app.id}
|
||||
className={`${styles.appItem} ${!app.outcome.testsPassed ? styles.appItemError : ''}`}
|
||||
onClick={() => {
|
||||
importChat(
|
||||
|
||||
Reference in New Issue
Block a user