This commit is contained in:
Reece 2025-10-20 15:56:54 +01:00
parent a21047e8b0
commit 472fc2939e

View File

@ -347,7 +347,7 @@ const TopControls = ({
<div className="flex justify-center mt-[0.5rem]">
<SegmentedControl
data-tour="view-switcher"
data={createViewOptions(currentView, switchingTo, activeFiles, currentFileIndex, onFileSelect, customViews)}
data={viewOptions}
value={currentView}
onChange={handleViewChange}