Show owner on note

This commit is contained in:
Keannu Christian Bernasol 2023-03-02 00:43:26 +08:00
parent 132dfa496d
commit 2e6c5fbef8
3 changed files with 5 additions and 1 deletions

View file

@ -20,6 +20,7 @@ export interface NoteProps {
content: string;
id: number;
date_created: string;
owner: string;
}
export interface IconProps {