diff --git a/browser/components/places/metadataViewer/interactionsViewer.js b/browser/components/places/metadataViewer/interactionsViewer.js index 7b2743fd148f..e8f5242c6230 100644 --- a/browser/components/places/metadataViewer/interactionsViewer.js +++ b/browser/components/places/metadataViewer/interactionsViewer.js @@ -222,7 +222,7 @@ const metadataHandler = new (class extends TableViewer { */ #db = null; - async #getRows(query, columns = this.columnMap.keys()) { + async #getRows(query, columns = [...this.columnMap.keys()]) { if (!this.#db) { this.#db = await PlacesUtils.promiseDBConnection(); }