Removed temp override of look

This commit is contained in:
Per Brolin
2024-06-14 11:40:58 +02:00
parent 04159a8427
commit bbb118547e

View File

@@ -84,9 +84,6 @@ export const draw = async function (
const config = getConfig();
if (config.look === 'neo') {
data4Layout.markers = ['barbNeo'];
data4Layout.nodes.forEach((node) => {
node.look = 'neo';
});
} else {
data4Layout.markers = ['barb'];
}