fix forgotten find and replace
This commit is contained in:
parent
2fa34eccb6
commit
53a6c9489f
@ -2,7 +2,7 @@ import Alert from 'react-bootstrap/Alert'
|
|||||||
import YouTube from '../svgs/youtube-line.svg'
|
import YouTube from '../svgs/youtube-line.svg'
|
||||||
import { useEffect, useState } from 'react'
|
import { useEffect, useState } from 'react'
|
||||||
import { gql, useQuery } from '@apollo/client'
|
import { gql, useQuery } from '@apollo/client'
|
||||||
import { dayPivot } from '../lib/time'
|
import { datePivot } from '../lib/time'
|
||||||
|
|
||||||
export default function Snl ({ ignorePreference }) {
|
export default function Snl ({ ignorePreference }) {
|
||||||
const [show, setShow] = useState()
|
const [show, setShow] = useState()
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
import { OLD_ITEM_DAYS } from './constants'
|
import { OLD_ITEM_DAYS } from './constants'
|
||||||
import { dayPivot } from './time'
|
import { datePivot } from './time'
|
||||||
|
|
||||||
export const defaultCommentSort = (pinned, bio, createdAt) => {
|
export const defaultCommentSort = (pinned, bio, createdAt) => {
|
||||||
// pins sort by recent
|
// pins sort by recent
|
||||||
|
Loading…
x
Reference in New Issue
Block a user