mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-11-26 04:06:07 -05:00
some very minor refactoring/fixing
This commit is contained in:
@@ -18,5 +18,7 @@ export default function List({ allNotes }) {
|
||||
);
|
||||
});
|
||||
|
||||
return <>{sections.reverse()}</>;
|
||||
const reversed = sections.reverse();
|
||||
|
||||
return <>{reversed}</>;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user