Fix duplicates

This commit is contained in:
Andrew Kingston 2024-09-30 08:24:42 +01:00
parent 46feabec03
commit 2099ee8baf
No known key found for this signature in database
1 changed files with 0 additions and 3 deletions

View File

@ -26,9 +26,6 @@
$: currentTheme = $themeStore?.theme
$: darkMode = !currentTheme.includes("light")
$: currentTheme = $themeStore?.theme
$: darkMode = !currentTheme.includes("light")
const makeRowActionButtons = actions => {
return (actions || []).map(action => ({
text: action.name,