Skip to content
This repository has been archived by the owner on Mar 4, 2024. It is now read-only.

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pelusanchez committed Dec 19, 2023
1 parent c734bbb commit ed202d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/models/datasets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ export interface SectionBlock extends GenericBlock {
export interface RelatedBlock extends GenericBlock {
title: string
open: boolean
rel: string;
rel: string
}

export type ImageThumb = {
Expand Down

0 comments on commit ed202d8

Please sign in to comment.