mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-07-21 07:01:19 -04:00
refactor "notes" into "posts" (only on the backend)
This commit is contained in:
@@ -21,7 +21,7 @@ const HitCounter = ({ slug }: HitCounterProps) => {
|
||||
fetcher
|
||||
);
|
||||
|
||||
// fail somewhat silently, see error boundary in NoteMeta component
|
||||
// fail somewhat silently, see error boundary in PostMeta component
|
||||
if (error) {
|
||||
showBoundary(`${error}`);
|
||||
return null;
|
||||
|
Reference in New Issue
Block a user