Pin block key

This commit is contained in:
yflory 2024-09-12 11:37:48 +02:00
parent 29b740a36b
commit 81123c0061
1 changed files with 1 additions and 1 deletions

View File

@ -252,7 +252,7 @@ define([
list.push(userChannel); list.push(userChannel);
if (store.data && store.data.blockId) { if (store.data && store.data.blockId) {
//list.push(`${store.data.blockId}#block`); // NEXT 5.7.0? list.push(`${store.data.blockId}#block`);
} }
list.sort(); list.sort();