Skip to content

Commit 7c96333

Browse files
committed
Update digests
1 parent 24e97b5 commit 7c96333

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

app/components/admin/bikes_table/component.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ module BikesTable
88
# checkboxes, and skip_user to drop the owner column.
99
class Component < ApplicationComponent
1010
# Digest of the markup inside the row cache — the cached_markup_digest spec keeps it current
11-
MARKUP_DIGEST = "e7164ab0492a"
11+
MARKUP_DIGEST = "96fa3d808254"
1212

1313
def initialize(bikes:, no_show_header: false, show_serial: false, render_sortable: false,
1414
skip_user: false, render_multi_check: false)

app/components/admin/users_table/component.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ module UsersTable
66
# render_deleted to show the deleted_at column.
77
class Component < ApplicationComponent
88
# Digest of the markup inside the row cache — the cached_markup_digest spec keeps it current
9-
MARKUP_DIGEST = "584e540afb9d"
9+
MARKUP_DIGEST = "ffd7f9f91f03"
1010

1111
def initialize(users:, render_sortable: false, render_deleted: false)
1212
@users = users

app/components/registrations/show/wrapper/component.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ module Wrapper
88
class Component < ApplicationComponent
99
# Digest of the markup inside the cache block — the cached_markup_digest spec
1010
# keeps it current, following what this tree renders out into UI:: and elsewhere
11-
MARKUP_DIGEST = "c4ad74344401"
11+
MARKUP_DIGEST = "86faa178a90f"
1212

1313
def initialize(bike:, current_user:, view:, available_views:, bike_sticker: nil, current_alerts: {})
1414
@bike = bike

0 commit comments

Comments
 (0)