diff --git a/changelog.md b/changelog.md index e1a68ee6..93545632 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,9 @@ # Item Piles Changelog +## Version 2.8.15 + +- Fixed players not being able to sort vaults + ## Version 2.8.14 - Fixed issue with not being able to drop items into vault diff --git a/src/applications/vault-app/vault-shell.svelte b/src/applications/vault-app/vault-shell.svelte index 9f6e59aa..952be4eb 100644 --- a/src/applications/vault-app/vault-shell.svelte +++ b/src/applications/vault-app/vault-shell.svelte @@ -415,12 +415,14 @@
-
- -
+ {#if gridData.canOrganize} +
+ +
+ {/if}