Projekt

Obecné

Profil

« Předchozí | Další » 

Revize a27b3427

Přidáno uživatelem Fantič před více než 1 rok

#re 10797 NoteView: Note replies base

Zobrazit rozdíly:

src/components/notes/NotesListView.tsx
56 56
                        notes && notes.length > 0 ? (
57 57
                            <VStack>
58 58
                                {notes.map((note, index) => {
59
                                    if(index >= 5){
60
                                        return null;
61
                                    }
59
                                    // if(index >= 5){
60
                                    //     return null;
61
                                    // }
62 62
                                    return (
63 63
                                        <NoteView key={index} note={note} handleReply={handleReply} handleDelete={handleDelete} handleEdit={handleEdit} setConfirmDialog={setConfirmDialog} navigation={props.navigation} />
64 64
                                    )

Také k dispozici: Unified diff