mirror of
https://github.com/audacity/audacity.github.io.git
synced 2026-04-17 08:45:44 -05:00
whitespace
This commit is contained in:
@@ -11,11 +11,11 @@ function DownloadMuseHubButton() {
|
||||
setBrowserOS(platform.os.family);
|
||||
}, []);
|
||||
|
||||
const isLinux =
|
||||
browserOS === "Linux" ||
|
||||
browserOS === "Ubuntu" ||
|
||||
browserOS === "Debian" ||
|
||||
browserOS === "Red Hat" ||
|
||||
const isLinux =
|
||||
browserOS === "Linux" ||
|
||||
browserOS === "Ubuntu" ||
|
||||
browserOS === "Debian" ||
|
||||
browserOS === "Red Hat" ||
|
||||
browserOS === "SuSE";
|
||||
|
||||
function handleButtonClick(href) {
|
||||
@@ -76,4 +76,4 @@ function DownloadMuseHubButton() {
|
||||
}
|
||||
}
|
||||
|
||||
export default DownloadMuseHubButton;
|
||||
export default DownloadMuseHubButton;
|
||||
|
||||
Reference in New Issue
Block a user