Allow sorting by Last Scanned

This commit is contained in:
2021-11-12 04:16:19 +00:00
parent 66784c457a
commit e511723c07
5 changed files with 60 additions and 39 deletions
+1 -1
View File
@@ -274,7 +274,7 @@ function App() {
<MemberDetail token={token} user={user} />
</Route>
<Route path='/members'>
<Members token={token} />
<Members token={token} user={user} />
</Route>
{user && isAdmin(user) &&