Skip to content

Commit e853d96

Browse files
committed
chore(*): remove not needed position set
1 parent af54adc commit e853d96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/tile-manager/tile-manager.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ describe('Tile Manager component', () => {
4444
function createTileManager() {
4545
const result = Array.from(range(5)).map(
4646
(i) => html`
47-
<igc-tile id="tile${i}" col-span="5" row-span="5" position=${i}>
47+
<igc-tile id="tile${i}" col-span="5" row-span="5">
4848
<h3 slot="title">Tile ${i + 1}</h3>
4949
5050
<div>

0 commit comments

Comments
 (0)