mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-21 17:31:12 -05:00
Revert compact mode and show full diff
This commit is contained in:
@@ -1449,8 +1449,8 @@ export const ModerationQueue = forwardRef<ModerationQueueRef>((props, ref) => {
|
||||
item.submission_type === 'ride') ? (
|
||||
<SubmissionItemsList
|
||||
submissionId={item.id}
|
||||
view="summary"
|
||||
showImages={false}
|
||||
view="detailed"
|
||||
showImages={true}
|
||||
/>
|
||||
) : (
|
||||
<div>
|
||||
|
||||
Reference in New Issue
Block a user