mirror of
https://github.com/Equicord/Equicord.git
synced 2025-01-31 03:33:36 -05:00
?
This commit is contained in:
parent
ac076df467
commit
3e714e0c7a
1 changed files with 1 additions and 1 deletions
|
@ -340,7 +340,7 @@ export default definePlugin({
|
|||
if (settings.store.allActivitiesStyle === "carousel") {
|
||||
return (
|
||||
<div style={{ display: "flex", flexDirection: "column" }}>
|
||||
{currentActivity?.id === activity.id ? (
|
||||
{currentActivity?.id === activity?.id ? (
|
||||
<ActivityView
|
||||
activity={currentActivity}
|
||||
user={user}
|
||||
|
|
Loading…
Reference in a new issue