feat(tailshare): start implementing the new file sharing app #28
@@ -186,7 +186,7 @@ export function TaildropNotifier() {
|
||||
<IncomingFileNotifier key={x.name} file={x} />
|
||||
))}
|
||||
{Object.values(outgoingFiles).map((x) => (
|
||||
<OutgoingFileNotifier key={x.name} file={x} peers={peers} />
|
||||
<OutgoingFileNotifier key={x.id} file={x} peers={peers} />
|
||||
))}
|
||||
</>
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user