Skip to content

Commit c206ce6

Browse files
committed
use proper naming
1 parent cb4adee commit c206ce6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/plugins/bookmark-views/components/bookmarks-pin-list.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export class BookmarksPinView extends RoomsList {
1212
const bare_jid = _converse.session.get('bare_jid');
1313
const id = `converse.bookmarks-pin-list-model-${bare_jid}`;
1414
this.model = new BookmarksPinListModel({ id });
15-
_converse.state.bookmarksPinList = this.model;
15+
_converse.state.bookmarks_pin_list = this.model;
1616

1717
initStorage(this.model, id);
1818
this.model.fetch();

0 commit comments

Comments
 (0)