mirror of
https://github.com/FranP-code/create-better-t-stack.git
synced 2025-10-12 23:52:15 +00:00
fix(web): add optional order field and sort tweets accordingly
This commit is contained in:
@@ -106,7 +106,7 @@ export default function Testimonials({
|
||||
preloadedTestimonialsVideos: Preloaded<typeof api.testimonials.getVideos>;
|
||||
}) {
|
||||
const videos = usePreloadedQuery(preloadedTestimonialsVideos).reverse();
|
||||
const tweets = usePreloadedQuery(preloadedTestimonialsTweet).reverse();
|
||||
const tweets = usePreloadedQuery(preloadedTestimonialsTweet);
|
||||
|
||||
const getResponsiveColumns = (numCols: number) => {
|
||||
const columns: string[][] = Array(numCols)
|
||||
|
||||
Reference in New Issue
Block a user