Skip to content

Commit

Permalink
fix: fix model item lost issue
Browse files Browse the repository at this point in the history
  • Loading branch information
phodal committed Apr 2, 2020
1 parent 512dd71 commit 363dc80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/features/shared/interfaces.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ export interface AtomResources {

export interface Atom {
name: string;
homepage: string;
description: string;
homepage?: string;
description?: string;
category: string;
number: number;
symbol: string;
Expand Down

0 comments on commit 363dc80

Please sign in to comment.