mirror of
https://github.com/Vendicated/Vencord.git
synced 2025-02-25 07:48:32 +00:00
fulfill what rusher wants
This commit is contained in:
parent
3bd2ca3357
commit
c3fe8629ea
1 changed files with 1 additions and 1 deletions
|
@ -138,7 +138,7 @@ export default definePlugin({
|
|||
getUserTimezone(user.id).then(timezone => setTimezone(timezone));
|
||||
}, [user.id]);
|
||||
|
||||
if (!Vencord.Settings.plugins.Timezones.showTimezonesInProfile || user.id === UserStore.getCurrentUser().id || !timezone) {
|
||||
if (!Vencord.Settings.plugins.Timezones.showTimezonesInProfile || !timezone) {
|
||||
return null;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue