fix remaining issues in image pack file

This commit is contained in:
Ajay Bura 2025-01-17 09:51:27 +05:30
parent 6b77c4dd40
commit a20092d762

View file

@ -327,7 +327,6 @@ function ImagePack({ roomId, stateKey, handlePackDelete }) {
{handlePackDelete && (
<Button variant="danger" onClick={handleDeletePack}>
Delete Pack
{viewMore ? 'View less' : `View ${pack.images.size - 2} more`}
</Button>
)}
</div>