mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 12:56:41 +07:00
added updated nodes to flow
This commit is contained in:
parent
6f76bec2c0
commit
74cd181530
13 changed files with 128 additions and 30 deletions
|
@ -21,6 +21,7 @@ export const FlowGrid: FC<IProps> = ({
|
|||
nodes,
|
||||
heroes,
|
||||
recent,
|
||||
updated,
|
||||
onSelect,
|
||||
onChangeCellView,
|
||||
}) => (
|
||||
|
@ -30,7 +31,7 @@ export const FlowGrid: FC<IProps> = ({
|
|||
<FlowHero heroes={heroes} />
|
||||
</div>
|
||||
<div className={styles.stamp}>
|
||||
<FlowRecent recent={recent} />
|
||||
<FlowRecent recent={recent} updated={updated} />
|
||||
</div>
|
||||
|
||||
{nodes.map(node => (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue