Skip to content

Commit

Permalink
undo commit b18835a
Browse files Browse the repository at this point in the history
  • Loading branch information
kw-lee committed Jan 10, 2024
1 parent cf6fdb1 commit fa1c685
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/gatsby-theme-portfolio-minimal/sections/People/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ export function PeopleSection(props: PageSection): React.ReactElement {

const shouldShowButton = data.button !== undefined && data.button.visible !== false;
const [shownAlumni, setShownAlumni] = React.useState<boolean>(
// always show alumni!
// shouldShowButton ? false : true
true
shouldShowButton ? false : true
// always show alumni?
// true
);

function loadAlumniHandler() {
Expand Down

0 comments on commit fa1c685

Please sign in to comment.