-
- {visibleCommits.length === 0 && (
-
- )}
-
- {isIndexVisible && (
-
- )}
-
- {visibleCommits.map((commit, index) => {
- const empty = getEmptyColumnState()
- const rowIndex = paging ? index + paging?.startIndex + 1 : index
- const columns = columnData.get(rowIndex) ?? empty
-
- return (
-
- )
- })}
-
-
- {enableResize && (
-
- )}
-
-