Skip to content

Commit

Permalink
Merge pull request #2932 from GreenAsJade/see_reporter_in_mod_log
Browse files Browse the repository at this point in the history
Show CMs the mod log actor
anoek authored Jan 23, 2025
2 parents 0245cc3 + 5e258fe commit 2aa5bbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/User/ModLog.tsx
Original file line number Diff line number Diff line change
@@ -48,7 +48,7 @@ export function ModLog(props: ModLogProps): React.ReactElement {
header: "",
className: "logging-user",
render: (X) => {
return X?.moderator?.id ? <Player user={X.moderator} /> : "-";
return X?.actor?.id ? <Player user={X.actor} /> : "-";
},
},
{

0 comments on commit 2aa5bbf

Please sign in to comment.