diff options
| author | bobzel <zzzman@gmail.com> | 2024-05-03 10:55:33 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2024-05-03 10:55:33 -0400 |
| commit | f927a585c75a20629379bcb34d1483c0ca9d8db9 (patch) | |
| tree | f070e9e64ecaf251e6708b8ce4d722f121a6d039 /src/client/views/newlightbox/RecommendationList | |
| parent | 723c8b33ade753764d1d02b130c189fb65e20425 (diff) | |
| parent | 9b424c94d7a89950e9cf3f72e684bd15a61e87ae (diff) | |
merged with new version of master
Diffstat (limited to 'src/client/views/newlightbox/RecommendationList')
| -rw-r--r-- | src/client/views/newlightbox/RecommendationList/index.ts | 2 | ||||
| -rw-r--r-- | src/client/views/newlightbox/RecommendationList/utils.ts | 11 |
2 files changed, 6 insertions, 7 deletions
diff --git a/src/client/views/newlightbox/RecommendationList/index.ts b/src/client/views/newlightbox/RecommendationList/index.ts index f4555c1f2..226eafb7e 100644 --- a/src/client/views/newlightbox/RecommendationList/index.ts +++ b/src/client/views/newlightbox/RecommendationList/index.ts @@ -1 +1 @@ -export * from './RecommendationList'
\ No newline at end of file +export * from './RecommendationList'; diff --git a/src/client/views/newlightbox/RecommendationList/utils.ts b/src/client/views/newlightbox/RecommendationList/utils.ts index cdfff3258..fbf8ac19f 100644 --- a/src/client/views/newlightbox/RecommendationList/utils.ts +++ b/src/client/views/newlightbox/RecommendationList/utils.ts @@ -1,9 +1,8 @@ -import { IRecommendation } from "../components"; +import { IRecommendation } from '../components'; export interface IRecommendationList { - loading?: boolean, - keywords?: string[], - recs?: IRecommendation[] - getRecs?: any + loading?: boolean; + keywords?: string[]; + recs?: IRecommendation[]; + getRecs?: any; } - |
