Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 9e8abe7

Browse files
author
Kerry Archibald
committed
lint
Signed-off-by: Kerry Archibald <[email protected]>
1 parent d24d3a0 commit 9e8abe7

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

res/css/components/views/beacon/_BeaconStatus.scss

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,6 @@ limitations under the License.
2323
box-sizing: border-box;
2424
padding: $spacing-8;
2525

26-
box-sizing: border-box;
27-
padding: $spacing-8;
28-
2926
color: var(--color);
3027
font-size: $font-12px;
3128
}

test/components/views/beacon/__snapshots__/BeaconStatus-test.tsx.snap

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,7 @@ exports[`<BeaconStatus /> active state renders without children 1`] = `
5959
<div
6060
className="mx_BeaconStatus_description"
6161
>
62-
<span>
63-
test label
64-
</span>
62+
test label
6563
<BeaconExpiryTime
6664
beacon={
6765
Beacon {

0 commit comments

Comments
 (0)