Revert "Divider will not be shown for the last file changed"

This reverts commit 65fbab2bd8.
This commit is contained in:
Abdelilah El Aissaoui 2022-10-15 18:00:29 +02:00
parent 17a285fcb4
commit 3be15ddc0c

View File

@ -286,8 +286,7 @@ fun CommitLogChanges(
Spacer(modifier = Modifier.weight(2f))
if(diffEntries.lastOrNull() != diffEntry)
Divider()
Divider()
}
}
}