diff --git a/src/domain/session/room/timeline/tiles/GapTile.js b/src/domain/session/room/timeline/tiles/GapTile.js index b9f5623f..0cfbb491 100644 --- a/src/domain/session/room/timeline/tiles/GapTile.js +++ b/src/domain/session/room/timeline/tiles/GapTile.js @@ -62,14 +62,6 @@ export class GapTile extends SimpleTile { return this._loading; } - get isUp() { - return this._entry.direction.isBackward; - } - - get isDown() { - return this._entry.direction.isForward; - } - get error() { if (this._error) { const dir = this._entry.prev_batch ? "previous" : "next";