···1313 <ContentLayout
1414 postTitle={"Post Title Here"}
1515 cardBorderHidden={props.cardBorderHidden}
1616- publication={{ name: "My Publication" } as any}
1616+ pubRecord={{ name: "My Publication" } as any}
1717 >
1818 I'm just gonna put the description here. The surrounding context is
1919 just sort of a pain to figure out
···3939 content={
4040 <ContentLayout
4141 postTitle={"Post Title Here"}
4242- publication={{ name: "My Publication" } as any}
4242+ pubRecord={{ name: "My Publication" } as any}
4343 cardBorderHidden={props.cardBorderHidden}
4444 >
4545 <div>
···1919 <ContentLayout
2020 cardBorderHidden={props.cardBorderHidden}
2121 postTitle="This is the Post Title"
2222- publication={{ name: "My Publication" } as any}
2222+ pubRecord={{ name: "My Publication" } as any}
2323 >
2424 <CommentInNotification
2525 className="text-tertiary italic line-clamp-1!"