From 74925a379acb9c38d8722b2055bed431afa344ca Mon Sep 17 00:00:00 2001 From: Mouse Reeve Date: Thu, 26 May 2022 12:54:31 -0700 Subject: [PATCH] Prettier --- bookwyrm/static/js/status_cache.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bookwyrm/static/js/status_cache.js b/bookwyrm/static/js/status_cache.js index 310b07ae..0a9f3abc 100644 --- a/bookwyrm/static/js/status_cache.js +++ b/bookwyrm/static/js/status_cache.js @@ -203,7 +203,8 @@ let StatusCache = new (class { .forEach((item) => (item.disabled = false)); next_identifier = next_identifier == "complete" ? "read" : next_identifier; - next_identifier = next_identifier == "stopped-reading-complete" ? "stopped-reading" : next_identifier; + next_identifier = + next_identifier == "stopped-reading-complete" ? "stopped-reading" : next_identifier; // Disable the current state button.querySelector(