mirror of
https://github.com/cinnyapp/cinny.git
synced 2025-02-13 17:10:06 +00:00
fix remaining issues in image pack file
This commit is contained in:
parent
6b77c4dd40
commit
a20092d762
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue