Skip to content

Commit d42592a

Browse files
committed
get rid of the reference to the old rebloom logic
1 parent 0d27ef3 commit d42592a

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

front-end/components/bloom.mjs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ const createBloom = (template, bloom) => {
5151
const data = await apiService.rebloom(bloom.id);
5252

5353
if (data.success) {
54-
bloomRebloomCount.textContent = data.rebloom_count;
5554
bloomRebloomLabel.textContent = "Rebloomed";
5655
}
5756
} catch (error) {

0 commit comments

Comments
 (0)