(currentPage)
| 17 | import {useSettings} from './SettingsContext'; |
| 18 | |
| 19 | function getButtonText(currentPage) { |
| 20 | return getLibraryLabel(getLibraryFromPage(currentPage)); |
| 21 | } |
| 22 | |
| 23 | function getButtonIcon(currentPage) { |
| 24 | return getLibraryIcon(getLibraryFromPage(currentPage)); |
no test coverage detected