Fix bug show incorrect buttons when creating document success

This commit is contained in:
lethemanh
2025-04-09 15:32:14 +07:00
committed by Anton Shepilov
parent 373a28ecc8
commit f0b6315d76
@@ -147,7 +147,7 @@ const PendingRootRow = ({
</p>
<div className="progress-check flex items-center justify-center ml-auto">
{isUploadCompleted && root.id ? (
{isUploadCompleted ? (
<button
onClick={handleShowFolder}
className={`hover:bg-gray-100 p-2 rounded-md transition-all duration-200 ${showFileFolderTestId}`}