diff --git a/Cargo.lock b/Cargo.lock
index c05d870..f4d4027 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2502,7 +2502,7 @@ checksum = "adad44e29e4c806119491a7f06f03de4d1af22c3a680dd47f1e6e179439d1f56"
[[package]]
name = "reminder-rs"
-version = "1.7.15"
+version = "1.7.16"
dependencies = [
"axum",
"base64 0.22.0",
diff --git a/Cargo.toml b/Cargo.toml
index 360664a..5610bd0 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "reminder-rs"
-version = "1.7.15"
+version = "1.7.16"
authors = ["Jude Southworth "]
edition = "2021"
license = "AGPL-3.0 only"
diff --git a/reminder-dashboard/src/components/TimezonePicker/index.tsx b/reminder-dashboard/src/components/TimezonePicker/index.tsx
index 7fb8e07..58655ac 100644
--- a/reminder-dashboard/src/components/TimezonePicker/index.tsx
+++ b/reminder-dashboard/src/components/TimezonePicker/index.tsx
@@ -86,36 +86,6 @@ const TimezoneModal = ({ setModalOpen }) => {
-
-