mirror of
https://github.com/diced/zipline.git
synced 2026-01-16 06:43:11 -08:00
fix: add text for no pending files
This commit is contained in:
@@ -117,6 +117,8 @@ export default function PendingFilesButton() {
|
||||
</Group>
|
||||
</Card>
|
||||
))}
|
||||
|
||||
{incompleteFiles?.length === 0 && <Text>Nothing here!</Text>}
|
||||
</Stack>
|
||||
</Modal>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user