mirror of
https://github.com/pnp/sp-dev-fx-webparts.git
synced 2025-03-09 06:38:52 +00:00
Merge pull request #1261 from zachroberts8668/zachroberts8668
This commit is contained in:
commit
26523a2a26
@ -52,7 +52,7 @@ This Web Part uses MSgraph Open Extension to save the personal information on us
|
||||
|
||||
## Used SharePoint Framework Version
|
||||
|
||||

|
||||

|
||||
|
||||
## Applies to
|
||||
|
||||
@ -63,13 +63,15 @@ This Web Part uses MSgraph Open Extension to save the personal information on us
|
||||
|
||||
Solution|Author(s)
|
||||
--------|---------
|
||||
react My Personal Apps|João Mendes
|
||||
react-my-personal-apps|João Mendes
|
||||
|
||||
|
||||
## Version history
|
||||
|
||||
Version|Date|Comments
|
||||
-------|----|--------
|
||||
1.0.0|April 9, 2020|Initial release
|
||||
1.0.1|April 28, 2020| Bug fix URL Links - Zach Roberts [SPODev](https://spodev.com)
|
||||
|
||||
## Disclaimer
|
||||
|
||||
|
7714
samples/react-my-personal-apps/package-lock.json
generated
7714
samples/react-my-personal-apps/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -1,6 +1,6 @@
|
||||
export interface IListItem {
|
||||
name:string;
|
||||
description:string;
|
||||
url:string;
|
||||
Url:string;
|
||||
iconName:string;
|
||||
}
|
||||
|
@ -130,14 +130,14 @@ export default class PersonalApps extends React.Component<
|
||||
title={item.name}
|
||||
description={item.description}
|
||||
iconName={item.iconName}
|
||||
url={item.url}
|
||||
url={item.Url}
|
||||
/>
|
||||
) : (
|
||||
<AppItem
|
||||
title={item.name}
|
||||
description={item.description}
|
||||
iconName={item.iconName}
|
||||
url={item.url}
|
||||
url={item.Url}
|
||||
/>
|
||||
)}
|
||||
</>
|
||||
|
Loading…
x
Reference in New Issue
Block a user