Skip to content

Commit ceb5ee4

Browse files
fix container builds
1 parent 2926ce9 commit ceb5ee4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/web/src/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -525,7 +525,7 @@ function App() {
525525
const [editCollectionLoading, setEditCollectionLoading] = useState(false)
526526

527527
// Sources state
528-
const [allSources, setSources] = useState<Source[]>([])
528+
const [, setSources] = useState<Source[]>([])
529529
const [newSourceType, setNewSourceType] = useState<'github' | 'web'>('github')
530530
const [newSourceUrl, setNewSourceUrl] = useState('')
531531
const [newSourceEnabled, setNewSourceEnabled] = useState(true)

0 commit comments

Comments
 (0)