Skip to content

Commit

Permalink
🔀 Merge #398 to deploy/rinkeby
Browse files Browse the repository at this point in the history
  • Loading branch information
AuroraHuang22 committed Oct 17, 2023
2 parents ff8c822 + fda417d commit 27a0a2b
Show file tree
Hide file tree
Showing 9 changed files with 316 additions and 89 deletions.
2 changes: 1 addition & 1 deletion components/ISCNTypeIcon.vue
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export enum RecordType {
@Component
export default class ISCNTypeIcon extends Vue {
@Prop(String) readonly type!: String | undefined
@Prop({ default: 'CreativeWork' }) readonly type!: String | undefined
get recordType() {
switch (this.type) {
Expand Down
Loading

0 comments on commit 27a0a2b

Please sign in to comment.