Cleaned up pages. Fixed SSO page.

This commit is contained in:
Mike Cao 2023-09-29 20:19:27 -07:00
parent 3720a5a2fc
commit 5e3c135388
11 changed files with 48 additions and 37 deletions

View file

@ -1,7 +1,7 @@
import WebsiteHeader from '../WebsiteHeader';
import WebsiteEventData from './WebsiteEventData';
export default function ({ params: { id } }) {
export default function WebsiteEventDataPage({ params: { id } }) {
if (!id) {
return null;
}