diff --git a/js/modules/refresh_sender_certificate.js b/js/modules/refresh_sender_certificate.js
index 83acef60d..275453fda 100644
--- a/js/modules/refresh_sender_certificate.js
+++ b/js/modules/refresh_sender_certificate.js
@@ -29,11 +29,7 @@ function initialize({ events, storage, navigator, logger }) {
 
   runWhenOnline();
 
-  events.on('timetravel', () => {
-    if (initialized) {
-      scheduleNextRotation();
-    }
-  });
+  events.on('timetravel', scheduleNextRotation);
 
   function scheduleNextRotation() {
     const now = Date.now();