Add prettier formatting (#214)
* chore: add prettier * chore: format codebase
This commit is contained in:
@ -4,9 +4,9 @@ import useThreadFeed from "Feed/ThreadFeed";
|
||||
import { parseId } from "Util";
|
||||
|
||||
export default function EventPage() {
|
||||
const params = useParams();
|
||||
const id = parseId(params.id!);
|
||||
const thread = useThreadFeed(id);
|
||||
const params = useParams();
|
||||
const id = parseId(params.id!);
|
||||
const thread = useThreadFeed(id);
|
||||
|
||||
return <Thread notes={thread.notes} this={id} />;
|
||||
}
|
||||
return <Thread notes={thread.notes} this={id} />;
|
||||
}
|
||||
|
Reference in New Issue
Block a user