We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2aef832 commit 65d0362Copy full SHA for 65d0362
src/pages/home/Readme.tsx
@@ -55,6 +55,7 @@ export function Readme(props: {
55
// automatically find the file with the same name in related as readme
56
if (
57
objStore.state === State.File &&
58
+ objStore.obj.type !== ObjType.TEXT &&
59
props.files.includes("footer.md") &&
60
objStore.related.length > 0
61
) {
0 commit comments