diff --git a/src/components/modals/main/marketplace/Collection.jsx b/src/components/modals/main/marketplace/Collection.jsx
deleted file mode 100644
index 8998b1a7..00000000
--- a/src/components/modals/main/marketplace/Collection.jsx
+++ /dev/null
@@ -1,24 +0,0 @@
-import variables from 'modules/variables';
-
-export default function Collection({ items }) {
- return (
- <>
-
- {items.slice(0, 99).map((item) => (
-
toggleFunction(item)} key={item.name}>
-

-
- {item.display_name || item.name}
- {item.author}
-
-
- ))}
-
-
- >
- );
-}
diff --git a/src/components/modals/main/marketplace/sections/Marketplace.jsx b/src/components/modals/main/marketplace/sections/Marketplace.jsx
index c71398e7..5856fd5e 100644
--- a/src/components/modals/main/marketplace/sections/Marketplace.jsx
+++ b/src/components/modals/main/marketplace/sections/Marketplace.jsx
@@ -47,7 +47,7 @@ export default class Marketplace extends PureComponent {
// get item info
try {
let type = this.props.type;
- if (type === 'all') {
+ if (type === 'all' || type === 'collections') {
type = data.type;
}
info = await (
diff --git a/src/components/modals/main/settings/sections/Weather.jsx b/src/components/modals/main/settings/sections/Weather.jsx
index 7f9c7bd1..a03ee0a0 100644
--- a/src/components/modals/main/settings/sections/Weather.jsx
+++ b/src/components/modals/main/settings/sections/Weather.jsx
@@ -59,6 +59,7 @@ export default class TimeSettings extends PureComponent {
}
render() {
+ const weatherType = localStorage.getItem('weatherType');
return (
<>
-
+ this.forceUpdate()}>
-
-
-
+
+
+
- {localStorage.getItem('weatherType') === 4 && (
+ {weatherType === '4' && (
+ )} final={true}>