forked from Shinonome/dots-hyprland
remove unused variable (#480)
This commit is contained in:
@@ -146,7 +146,6 @@ export const ConfigMulipleSelection = ({
|
|||||||
...rest
|
...rest
|
||||||
}) => {
|
}) => {
|
||||||
let lastSelected = initIndex;
|
let lastSelected = initIndex;
|
||||||
let value = optionsArr[initIndex[0]][initIndex[1]].value;
|
|
||||||
const widget = Box({
|
const widget = Box({
|
||||||
tooltipText: desc,
|
tooltipText: desc,
|
||||||
className: 'multipleselection-container spacing-v-3',
|
className: 'multipleselection-container spacing-v-3',
|
||||||
|
|||||||
Reference in New Issue
Block a user