diff --git a/.husky/pre-commit b/.husky/pre-commit index 2f251261..b31dbcc0 100755 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -37,7 +37,6 @@ if [ "$git_status_before" != "$git_status_after" ]; then echo printf "Choose [c/a]: " # The `< /dev/tty` is necessary to make read work in git's non-interactive shell - # The `|| choice="a"` is useful to set a default value to abort if read fails read choice < /dev/tty case $choice in diff --git a/src/components/AdmitPendingMembersDialog.vue b/src/components/AdmitPendingMembersDialog.vue index 144c7ab4..eba75d06 100644 --- a/src/components/AdmitPendingMembersDialog.vue +++ b/src/components/AdmitPendingMembersDialog.vue @@ -16,7 +16,7 @@ - + - +
@@ -41,7 +41,7 @@
@@ -85,7 +85,7 @@